Description
The clock angle offset for along vector sensor pointing alignment.It is an optional value that is entered in degrees, between -360.0 and 360.0.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property ClockAngleOffset() As System.Object
|
[C#] |
---|
public System.Object ClockAngleOffset {get; set;}
|
[Managed C++] |
---|
public: __property VARIANT get_ClockAngleOffset(); public: __property void set_ClockAngleOffset(
VARIANT
);
|
[Unmanaged C++] |
---|
public: HRESULT get_ClockAngleOffset(
VARIANT * pVal
);
public: HRESULT put_ClockAngleOffset(
VARIANT pVal
);
|
[Java] |
---|
public AgVariant getClockAngleOffset();
public void setClockAngleOffset(
AgVariant
);
|
[Python - STK API] |
---|
@property
def ClockAngleOffset(self) -> typing.Any:
@ClockAngleOffset.setter
def ClockAngleOffset(self, pVal:typing.Any) -> None:
|
See Also