The stop angle, i.e. the angle about the sensor's spin axis at which scanning ends and/or reverses direction. Uses Angle Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property ClockAngleStop() As System.Object |
[C#] |
---|
public System.Object ClockAngleStop {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_ClockAngleStop(); |
[Unmanaged C++] |
---|
public: HRESULT get_ClockAngleStop( VARIANT * pVal ); public: HRESULT put_ClockAngleStop( VARIANT pVal ); |
[Java] |
---|
public AgVariant getClockAngleStop(); public void setClockAngleStop( AgVariant ); |