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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.