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





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 ** ppRetVal
);

[Java]
public IAgStkObjectCollection getChildren();

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1