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 Boolean
[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 * ReturnValue
);

Parameters

EclipsingBody

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.