The elevation of the spin axis, i.e. the angle between the spin axis and the parent object's body-fixed XY plane, measured as positive in the direction of the parent object's body-fixed +Z axis. Uses Angle Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property SpinAxisElevation() As System.Object |
[C#] |
---|
public System.Object SpinAxisElevation {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_SpinAxisElevation(); |
[Unmanaged C++] |
---|
public: HRESULT get_SpinAxisElevation( VARIANT * pVal ); public: HRESULT put_SpinAxisElevation( VARIANT pVal ); |
[Java] |
---|
public AgVariant getSpinAxisElevation(); public void setSpinAxisElevation( AgVariant ); |