The start angle, i.e. the angle about the sensor's spin axis at which scanning begins. Zero is relative to the X axis in the spin axis coordinate frame. Uses Angle Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property ClockAngleStart() As System.Object |
[C#] |
---|
public System.Object ClockAngleStart {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_ClockAngleStart(); |
[Unmanaged C++] |
---|
public: HRESULT get_ClockAngleStart( VARIANT * pVal ); public: HRESULT put_ClockAngleStart( VARIANT pVal ); |
[Java] |
---|
public AgVariant getClockAngleStart(); public void setClockAngleStart( AgVariant ); |