Gets the object attached to the specified endpoint.
Syntax: |
---|
DlxBus.GetLinkedObject(index, objIndex) |
Parameters
Parameter | Description |
---|---|
index | Specify 0 for the beginning of the bus, 1 for the end of the bus. |
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 | |
---|---|
|