AGI STK Objects 11Send 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 ** ppRetVal
);
[Java]
public IAgStkObjectCollection getChildren();

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.