STK ObjectsSend comments on this topic.
LinkedObject Property (IAgLinkToObject)
See Also
Windows





Windows & Linux

Description

Dereferences the link and returns the linked object.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property LinkedObject() As IAgStkObject
[C#]
public IAgStkObject LinkedObject {get;}
[Managed C++]
public: __property IAgStkObject ^ get_LinkedObject();
[Unmanaged C++]
public: HRESULT get_LinkedObject(
    IAgStkObject ** ppRetVal
);
[Java]
public IAgStkObject getLinkedObject();
[Python - STK API ]
@property
def LinkedObject(self) -> "IAgStkObject":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.