STK AstrogatorSend comments on this topic.
Children Property (IAgVACentralBody)
See Also
Windows





Windows & Linux

Description

The children of this central body.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.