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