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 _
) As 
[C#]
public void SetClockAngles(
    System.Object Min,
    System.Object Max
);
[Managed C++]
public: void SetClockAngles(
    VARIANT Min,
    VARIANT Max
);
[Java]
public void setClockAngles(
    VARIANT Min,
    VARIANT Max
);
[Unmanaged C++]
public: HRESULT SetClockAngles(
    VARIANT Min,
    VARIANT Max
);

Parameters

Min
Max

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.