AGI STK Objects 11 Send comments on this topic.
ClockAngleStart Property (IAgSnPtSpinning)
See Also 





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 * pRetVal
);
public: HRESULT put_ClockAngleStart(
VARIANT NewClockAngleStart
);

[Java]
public Variant getClockAngleStart();public void setClockAngleStart(
Variant
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1