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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1