STK ObjectsSend 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
);
[Unmanaged C++]
public: HRESULT SetClockAngles(
    VARIANT Min,
    VARIANT Max
);
[Java]
public void setClockAngles(
    AgVariant Min,
    AgVariant Max
);
[Python - STK API ]
def SetClockAngles(self, Min:typing.Any, Max:typing.Any) -> None:

Parameters

Min
Max

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.