AGI STK Objects 11 Send comments on this topic.
IsTurnMarkersVisible Property (IAgVeGfxWaypointMarker)
See Also 





Description

If a turn radius is specified for the waypoint, opt whether to display tic marks at the beginning and end of the turn, together with a mark representing the center point of the turn.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IsTurnMarkersVisible() As Boolean

[C#]
public bool IsTurnMarkersVisible {get; set;}

[Managed C++]
public: __property bool get_IsTurnMarkersVisible();
public: __property void set_IsTurnMarkersVisible(
bool
);

[Unmanaged C++]
public: HRESULT get_IsTurnMarkersVisible(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_IsTurnMarkersVisible(
VARIANT_BOOL NewIsTurnMarkersVisible
);

[Java]
public bool getIsTurnMarkersVisible();public void setIsTurnMarkersVisible(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1