Gets or sets the coordinate axes.
Read-write property
[Visual Basic .NET] |
---|
Public Property CoordAxesName() As String |
[C#] |
---|
public string CoordAxesName {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_CoordAxesName(); |
[Unmanaged C++] |
---|
public: HRESULT get_CoordAxesName( BSTR * pVal ); public: HRESULT put_CoordAxesName( BSTR InVal ); |
[Java] |
---|
public String getCoordAxesName(); public void setCoordAxesName( String ); |