Description
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.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property ClockAngleStart() As System.Object
|
| [C#] |
|---|
public System.Object ClockAngleStart {get; set;}
|
| [Managed C++] |
|---|
public: __property VARIANT get_ClockAngleStart(); public: __property void set_ClockAngleStart(
VARIANT
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_ClockAngleStart(
VARIANT * pVal
);
public: HRESULT put_ClockAngleStart(
VARIANT pVal
);
|
| [Java] |
|---|
public VARIANT getClockAngleStart();
public void setClockAngleStart(
VARIANT
);
|
See Also