Dereferences the link and returns the linked object.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property LinkedObject() As IAgStkObject |
| [C#] |
|---|
public IAgStkObject LinkedObject {get;} |
| [Managed C++] |
|---|
public: __property IAgStkObject ^ get_LinkedObject(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkObject getLinkedObject(); |
[Python - STK API ] |
|---|
@property def LinkedObject(self) -> "IAgStkObject": |






