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.
Read-write property
[Visual Basic .NET] |
---|
Public Property IsTurnMarkersVisible() As Boolean |
[C#] |
---|
public bool IsTurnMarkersVisible {get; set;} |
[Managed C++] |
---|
public: __property bool get_IsTurnMarkersVisible(); |
[Unmanaged C++] |
---|
public: HRESULT get_IsTurnMarkersVisible( VARIANT_BOOL * pVal ); public: HRESULT put_IsTurnMarkersVisible( VARIANT_BOOL IsTurnMarkersVisible ); |
[Java] |
---|
public bool getIsTurnMarkersVisible(); public void setIsTurnMarkersVisible( bool ); |