STK Object BrokerSend comments on this topic.
RotateMarkers Property (IAgStkBroker)
See Also
Windows





Windows & Linux

Description

If true, rotates entity markers to follow their velocity vector.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RotateMarkers() As Boolean
[C#]
public bool RotateMarkers {get; set;}
[Managed C++]
public: __property bool get_RotateMarkers();
public: __property void set_RotateMarkers( bool );
[Unmanaged C++]
public: HRESULT get_RotateMarkers(
    VARIANT_BOOL * pRotate
);
public: HRESULT put_RotateMarkers(
    VARIANT_BOOL Rotate
);
[Java]
public bool getRotateMarkers();
public void setRotateMarkers(
    bool
);

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.