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






Windows & Linux

Description

Returns the parent object or null if the object has become orphaned. The exception is AgStkObjectRoot object which is a topmost element and does not have a parent.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Parent() As IAgStkObject

[C#]
public IAgStkObject Parent {get;}

[Managed C++]
public: __property IAgStkObject^ get_Parent();

[Unmanaged C++]
public: HRESULT get_Parent(
IAgStkObject ** ppRetVal
);

[Java]
public IAgStkObject getParent();

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface