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






Windows & Linux

Description

Removes a central body shape type.

Syntax

[Visual Basic .NET]
Public Sub RemoveShapeByName( _
   ByVal ShapeName As String _
) 

[C#]
public void RemoveShapeByName(
string ShapeName
);

[Managed C++]
public: void RemoveShapeByName(
String __gc ^ ShapeName
);

[Java]
public  removeShapeByName(
String ShapeName
);

[Unmanaged C++]
public: HRESULT RemoveShapeByName(
BSTR ShapeName
);

Parameters

ShapeName

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface