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 * pVal
);
public: HRESULT put_IsTurnMarkersVisible(
VARIANT_BOOL IsTurnMarkersVisible
);
|
[Java] |
---|
public bool getIsTurnMarkersVisible();
public void setIsTurnMarkersVisible(
bool
);
|
See Also