STK ObjectsSend comments on this topic.
AvailableEclipsingBodies Property (IAgVeEclipsingBodies)
See Also
Windows





Windows & Linux

Description

Gets the available eclipsing bodies.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.