Description
The azimuth of the spin axis, i.e. the angle from the parent object's +X axis about the +Z axis in a right-handed sense. Uses Angle Dimension.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property SpinAxisAzimuth() As System.Object
|
[C#] |
---|
public System.Object SpinAxisAzimuth {get; set;}
|
[Managed C++] |
---|
public: __property VARIANT get_SpinAxisAzimuth(); public: __property void set_SpinAxisAzimuth(
VARIANT
);
|
[Unmanaged C++] |
---|
public: HRESULT get_SpinAxisAzimuth(
VARIANT * pVal
);
public: HRESULT put_SpinAxisAzimuth(
VARIANT pVal
);
|
[Java] |
---|
public VARIANT getSpinAxisAzimuth();
public void setSpinAxisAzimuth(
VARIANT
);
|
See Also