AGI STK Objects 11Send comments on this topic.
SetClockAngles Method (IAgSnComplexConicPattern)
See Also 
Min
Max
Windows






Windows & Linux

Description

Method to set both the min and max clock angle.

Syntax

[Visual Basic .NET]
Public Sub SetClockAngles( _
   ByVal Min As System.Object, _
   ByVal Max As System.Object _
) 
[C#]
public void SetClockAngles(
   System.Object Min,
   System.Object Max
);
[Managed C++]
public: void SetClockAngles(
   VARIANT Min,
   VARIANT Max
);
[Java]
public  setClockAngles(
   Variant Min,
   Variant Max
);
[Unmanaged C++]
public: HRESULT SetClockAngles(
   VARIANT Min,
   VARIANT Max
);

Parameters

Min
Max

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.