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 AgVariant getClockAngleStart();
public void setClockAngleStart(
AgVariant
);
|
| [Python - STK API] |
|---|
@property
def ClockAngleStart(self) -> typing.Any:
@ClockAngleStart.setter
def ClockAngleStart(self, pVal:typing.Any) -> None:
|
See Also