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