Creates a link to an AutoCAD entity.
Signature
RetVal = object.CreateLink(ObjectID, KeyValues)
|
Object |
The object or objects this method applies to. |
|
ObjectID |
Long; input-only The entity ID of the object to link to. |
|
KeyValues |
KeyValues collection; input-only The key field values for the link. |
|
RetVal |
The new link object. |
See Also