Gets the object linked with this port.

syntaxSyntax:
DlxPower.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 codeCopy code

See also