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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1