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.
Read-write property
[Visual Basic .NET] |
---|
Public Property SpinAxisAzimuth() As System.Object |
[C#] |
---|
public System.Object SpinAxisAzimuth {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_SpinAxisAzimuth(); |
[Unmanaged C++] |
---|
public: HRESULT get_SpinAxisAzimuth( VARIANT * pVal ); public: HRESULT put_SpinAxisAzimuth( VARIANT pVal ); |
[Java] |
---|
public AgVariant getSpinAxisAzimuth(); public void setSpinAxisAzimuth( AgVariant ); |