Get the parameters of the central body shape.
Read-only property
[Visual Basic .NET] |
---|
Public Property DefaultShapeData() As IAgVACbShape |
[C#] |
---|
public IAgVACbShape DefaultShapeData {get;} |
[Managed C++] |
---|
public: __property IAgVACbShape ^ get_DefaultShapeData(); |
[Unmanaged C++] |
---|
public: HRESULT get_DefaultShapeData( IAgVACbShape ** ppCbShape ); |
[Java] |
---|
public IAgVACbShape getDefaultShapeData(); |
[Python - STK API ] |
---|
@property def DefaultShapeData(self) -> "IAgVACbShape": |