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

Parameters

Start
Stop

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.