Returns a collection of direct descendants of the current object.
Read-only property
[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": |