AGI STK Objects 11Send comments on this topic.
IsEclipsingBodyAssigned Method (IAgVeEclipsingBodies)
See Also
EclipsingBody
Windows






Windows & Linux

Description

returns true if the eclipsing body is assigned.

Syntax

[Visual Basic .NET]
Public Function IsEclipsingBodyAssigned( _
    ByVal EclipsingBody As String _
) As 
[C#]
public bool IsEclipsingBodyAssigned(
    string EclipsingBody
);
[Managed C++]
public: bool IsEclipsingBodyAssigned(
    String __gc ^ EclipsingBody
);
[Java]
public bool isEclipsingBodyAssigned(
    String EclipsingBody
);
[Unmanaged C++]
public: HRESULT IsEclipsingBodyAssigned(
    BSTR EclipsingBody,
    VARIANT_BOOL * pIsAssigned
);

Parameters

EclipsingBody

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.