AGI STK Objects 11 Send comments on this topic.
LinkedObject Property (IAgObjectLink)
See Also 
Windows






Windows & Linux

Description

Returns the STK object associated with the instance.

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();

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface