STK ObjectsSend comments on this topic.
AvailableThirdBodyNames Property (IAgVeThirdBodyGravityCollection)
See Also
Windows





Windows & Linux

Description

Gets the available third bodies. The return result is a collection of strings representing names of the central bodies that can be used as third body.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property AvailableThirdBodyNames() As System.Array
[C#]
public System.Array AvailableThirdBodyNames {get;}
[Managed C++]
public: __property System::Array get_AvailableThirdBodyNames();
[Unmanaged C++]
public: HRESULT get_AvailableThirdBodyNames(
    SAFEARRAY * * ppRetVal
);
[Java]
public AgSafeArray getAvailableThirdBodyNames();
[Python - STK API ]
@property
def AvailableThirdBodyNames(self) -> list:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.