STK ObjectsSend 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 ** ppVal
);
[Java]
public IAgStkObject getParent();
[Python - STK API ]
@property
def Parent(self) -> "IAgStkObject":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.