The name of the axes or system used to define the coordinate frame associated with the selected vector or axis.
Read-write property
[Visual Basic .NET] |
---|
Public Property Axes() As String |
[C#] |
---|
public string Axes {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_Axes(); |
[Unmanaged C++] |
---|
public: HRESULT get_Axes( BSTR * pVal ); public: HRESULT put_Axes( BSTR pVal ); |
[Java] |
---|
public String getAxes(); public void setAxes( String ); |