Gets the object attached to the specified endpoint.
Syntax: |
---|
DlxWire.GetLinkedObject(index, objIndex) |
Parameters
Parameter | Description |
---|---|
index | Specify 0 for the beginning of the wire, 1 for the end of the wire. |
objIndex | Object index. The value must be between 0 and GetLinkCount()-1. |
Return Value
Returns the object corresponding to the index. Call the IsValid() method to determine if the object is valid.
Example
Copy code | |
---|---|
|