STK ObjectsSend comments on this topic.
ClockAngleStop Property (IAgSnPtSpinning)
See Also
Windows





Windows & Linux

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 AgVariant getClockAngleStop();
public void setClockAngleStop(
    AgVariant
);
[Python - STK API ]
@property
def ClockAngleStop(self) -> typing.Any:

@ClockAngleStop.setter
def ClockAngleStop(self, pVal:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.