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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1