STK ObjectsSend comments on this topic.
Children Property (IAgStkObject)
See Also
Windows





Windows & Linux

Description

Returns a collection of direct descendants of the current object.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Children() As IAgStkObjectCollection
[C#]
public IAgStkObjectCollection Children {get;}
[Managed C++]
public: __property IAgStkObjectCollection ^ get_Children();
[Unmanaged C++]
public: HRESULT get_Children(
    IAgStkObjectCollection ** ppVal
);
[Java]
public IAgStkObjectCollection getChildren();
[Python - STK API ]
@property
def Children(self) -> "IAgStkObjectCollection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.