STK AstrogatorSend comments on this topic.
AddShape Method (IAgVACentralBody)
See Also
EShape
UniqueName
Windows





Windows & Linux

Description

Adds a central body shape type from the available types.

Syntax

[Visual Basic .NET]
Public Function AddShape( _
    ByVal EShape As AgEVACbShape, _
    ByVal UniqueName As String _
) As IAgVACbShape
[C#]
public IAgVACbShape AddShape(
    AgEVACbShape EShape,
    string UniqueName
);
[Managed C++]
public: IAgVACbShape^ AddShape(
    AgEVACbShape EShape,
    String __gc ^ UniqueName
);
[Unmanaged C++]
public: HRESULT AddShape(
    AgEVACbShape EShape,
    BSTR UniqueName,
    IAgVACbShape ** ppCbShape
);
[Java]
public IAgVACbShape addShape(
    AgEVACbShape EShape,
    String UniqueName
);
[Python - STK API ]
def AddShape(self, EShape:"AgEVACbShape", UniqueName:str) -> "IAgVACbShape":

Parameters

EShape
UniqueName

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.