Gets or sets the clock angle offset for UpVector boresight type. It is an optional value measured in the Sensor Body axes xy-plane, positive about the boresight, locating the direction closest to the ConstraintVector from the Sensor Body x-axis.
Read-write property
[Visual Basic .NET] |
---|
Public Property ClockAngleOffsetForUpVectorBoresight() As System.Object |
[C#] |
---|
public System.Object ClockAngleOffsetForUpVectorBoresight {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_ClockAngleOffsetForUpVectorBoresight(); |
[Unmanaged C++] |
---|
public: HRESULT get_ClockAngleOffsetForUpVectorBoresight( VARIANT * pVal ); public: HRESULT put_ClockAngleOffsetForUpVectorBoresight( VARIANT pVal ); |
[Java] |
---|
public AgVariant getClockAngleOffsetForUpVectorBoresight(); public void setClockAngleOffsetForUpVectorBoresight( AgVariant ); |