STK AstrogatorSend 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
);
[Unmanaged C++]
public: HRESULT RemoveShapeByName(
    BSTR ShapeName
);
[Java]
public void removeShapeByName(
    String ShapeName
);
[Python - STK API ]
def RemoveShapeByName(self, ShapeName:str) -> None:

Parameters

ShapeName

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.