The cone angle used in defining the spin axis, i.e. the angle between the spin axis and the sensor boresight. As the boresight spins about the spin axis, it maintains this angular distance away from the spin axis. Uses Angle Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property SpinAxisConeAngle() As System.Object |
[C#] |
---|
public System.Object SpinAxisConeAngle {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_SpinAxisConeAngle(); |
[Unmanaged C++] |
---|
public: HRESULT get_SpinAxisConeAngle( VARIANT * pVal ); public: HRESULT put_SpinAxisConeAngle( VARIANT pVal ); |
[Java] |
---|
public AgVariant getSpinAxisConeAngle(); public void setSpinAxisConeAngle( AgVariant ); |