AGI STK Astrogator 11 Send comments on this topic.
AddCopyOfShape Method (IAgVACentralBody)
See Also 
Shape





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
);

[Java]
public IAgVACbShape addCopyOfShape(
IAgVACbShape Shape
);

[Unmanaged C++]
public: HRESULT AddCopyOfShape(
IAgVACbShape * Shape,
IAgVACbShape ** ReturnValue
);

Parameters

Shape

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1