Gets the object linked with this pin.
Syntax: |
|---|
| DlxPin.GetLinkedObject(index) |
Parameters
| Parameter | Description |
|---|---|
| index | 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
|
|
|---|---|
|
|
|
