AGI STK Graphics 11Send comments on this topic.
Rotation Property (IAgStkGraphicsMarkerBatchPrimitive)
See Also
Windows






Windows & Linux

Description

Gets or sets the per-batch rotation angle, in radians, 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
);

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

© 2019 Analytical Graphics, Inc. All Rights Reserved.