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