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 * pVal
);
public: HRESULT put_ClockAngleStop(
VARIANT pVal
);
|
[Java] |
---|
public VARIANT getClockAngleStop();
public void setClockAngleStop(
VARIANT
);
|
See Also