STK Graphics PrimitivesSend comments on this topic.
Rotation Property (IAgStkGraphicsMarkerBatchPrimitive)
See Also
Windows





Windows & Linux

Description

Gets or sets the per-batch rotation angle which is applied to each marker in the batch.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Rotation() As Double
[C#]
public double Rotation {get; set;}
[Managed C++]
public: __property double get_Rotation();
public: __property void set_Rotation( double );
[Unmanaged C++]
public: HRESULT get_Rotation(
    double * pRetVal
);
public: HRESULT put_Rotation(
    double Rotation
);
[Java]
public double getRotation();
public void setRotation(
    double
);
[Python - STK API ]
@property
def Rotation(self) -> float:

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

Remarks

Positive rotation angles rotate counter-clockwise in screen-space.

If per-marker rotation angles were specified with MarkerBatchPrimitiveOptionalParameters.SetRotations, the per-batch rotation angle is ignored.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.