Get the coordinate axes.
Read-only property
[Visual Basic .NET] |
---|
Public Property CoordAxes() As String |
[C#] |
---|
public string CoordAxes {get;} |
[Managed C++] |
---|
public: __property String __gc ^ get_CoordAxes(); |
[Unmanaged C++] |
---|
public: HRESULT get_CoordAxes( BSTR * pVal ); |
[Java] |
---|
public String getCoordAxes(); |