Get the shape of the central body.
Read-only property
[Visual Basic .NET] |
---|
Public Property DefaultShapeName() As String |
[C#] |
---|
public string DefaultShapeName {get;} |
[Managed C++] |
---|
public: __property String __gc ^ get_DefaultShapeName(); |
[Unmanaged C++] |
---|
public: HRESULT get_DefaultShapeName( BSTR * pVal ); |
[Java] |
---|
public String getDefaultShapeName(); |