AGI STK Object Broker 11 Send comments on this topic.
RotateMarkers Property (IAgStkBroker)
See Also 





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 * pRetVal
);
public: HRESULT put_RotateMarkers(
VARIANT_BOOL NewRotateMarkers
);

[Java]
public bool getRotateMarkers();public void setRotateMarkers(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1