AGI STK Astrogator 11 Send comments on this topic.
RemoveAttitudeByName Method (IAgVACentralBody)
See Also 
AttitudeName
Windows






Windows & Linux

Description

Removes a central body attitude type.

Syntax

[Visual Basic .NET]
Public Sub RemoveAttitudeByName( _
   ByVal AttitudeName As String _
) 

[C#]
public void RemoveAttitudeByName(
string AttitudeName
);

[Managed C++]
public: void RemoveAttitudeByName(
String __gc ^ AttitudeName
);

[Java]
public  removeAttitudeByName(
String AttitudeName
);

[Unmanaged C++]
public: HRESULT RemoveAttitudeByName(
BSTR AttitudeName
);

Parameters

AttitudeName

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface