STK AstrogatorSend comments on this topic.
AddCopyOfShape Method (IAgVACentralBody)
See Also
Shape
Windows





Windows & Linux

Description

Adds the central body shape to the central body

Syntax

[Visual Basic .NET]
Public Function AddCopyOfShape( _
    ByVal Shape As IAgVACbShape _
) As IAgVACbShape
[C#]
public IAgVACbShape AddCopyOfShape(
    IAgVACbShape Shape
);
[Managed C++]
public: IAgVACbShape^ AddCopyOfShape(
    IAgVACbShape ^ Shape
);
[Unmanaged C++]
public: HRESULT AddCopyOfShape(
    IAgVACbShape * Shape,
    IAgVACbShape ** ppCbShape
);
[Java]
public IAgVACbShape addCopyOfShape(
    IAgVACbShape Shape
);
[Python - STK API ]
def AddCopyOfShape(self, Shape:"IAgVACbShape") -> "IAgVACbShape":

Parameters

Shape

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.