STK AstrogatorSend comments on this topic.
CutShapeByName Method (IAgVACentralBody)
See Also
ShapeName
Windows





Windows & Linux

Description

Copies a central body shape to the clipboard and removes it from the central body

Syntax

[Visual Basic .NET]
Public Sub CutShapeByName( _
    ByVal ShapeName As String _
)
[C#]
public void CutShapeByName(
    string ShapeName
);
[Managed C++]
public: void CutShapeByName(
    String __gc ^ ShapeName
);
[Unmanaged C++]
public: HRESULT CutShapeByName(
    BSTR ShapeName
);
[Java]
public void cutShapeByName(
    String ShapeName
);
[Python - STK API ]
def CutShapeByName(self, ShapeName:str) -> None:

Parameters

ShapeName

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.