STK Graphics PrimitivesSend comments on this topic.
RotationAngle Property (IAgStkGraphicsOverlay)
See Also
Windows





Windows & Linux

Description

Gets or sets the counter-clockwise rotation of the overlay. The overlay is rotated around the point specified by the Rotation Point property.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RotationAngle() As Double
[C#]
public double RotationAngle {get; set;}
[Managed C++]
public: __property double get_RotationAngle();
public: __property void set_RotationAngle( double );
[Unmanaged C++]
public: HRESULT get_RotationAngle(
    double * pRetVal
);
public: HRESULT put_RotationAngle(
    double RotationAngle
);
[Java]
public double getRotationAngle();
public void setRotationAngle(
    double
);
[Python - STK API ]
@property
def RotationAngle(self) -> float:

@RotationAngle.setter
def RotationAngle(self, RotationAngle:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.