AGI STK Objects 11 Send comments on this topic.
SetClockAngles Method (IAgSnPtSpinning)
See Also 
Start
Stop





Description

Method to set both the start and stop clock angles. Start/Stop use Angle Dimension.

Syntax

[Visual Basic .NET]
Public Sub SetClockAngles( _
   ByVal Start As System.Object, _
   ByVal Stop As System.Object _
) 

[C#]
public void SetClockAngles(
System.Object Start,
System.Object Stop
);

[Managed C++]
public: void SetClockAngles(
VARIANT Start,
VARIANT Stop
);

[Java]
public  setClockAngles(
Variant Start,
Variant Stop
);

[Unmanaged C++]
public: HRESULT SetClockAngles(
VARIANT Start,
VARIANT Stop
);

Parameters

Start
Stop

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1