Maximum clock angle to define the range of rotation about the boresight relative to the up vector. Clock angles correspond to azimuth angles, which are defined in the sensor pointing direction. Uses Angle Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property MaximumClockAngle() As System.Object |
[C#] |
---|
public System.Object MaximumClockAngle {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_MaximumClockAngle(); |
[Unmanaged C++] |
---|
public: HRESULT get_MaximumClockAngle( VARIANT * pVal ); public: HRESULT put_MaximumClockAngle( VARIANT pVal ); |
[Java] |
---|
public AgVariant getMaximumClockAngle(); public void setMaximumClockAngle( AgVariant ); |