Jump to content

Edit an existing symbol


Recommended Posts

You could also use the following command to copy an object into a container object:

 

 CreateDuplicateObject(
                objectToDuplicate   :;
                containerHandle     :) : ;

Parameters

objectToDuplicate   HANDLE   The object to be duplicated
containerHandle   HANDLE  

The container to the newly duplicated object

 
Duplicates the specified object and inserts the new object into the container. If container is nil, the new object will be inserted in the active container.
 
I use this to copy objects in a symbol into a pio where I can change the look of the objects without changing the symbol definition.
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...