Opt whether to display a label for the waypoint.
Read-write property
[Visual Basic .NET] |
---|
Public Property IsLabelVisible() As Boolean |
[C#] |
---|
public bool IsLabelVisible {get; set;} |
[Managed C++] |
---|
public: __property bool get_IsLabelVisible(); |
[Unmanaged C++] |
---|
public: HRESULT get_IsLabelVisible( VARIANT_BOOL * pVal ); public: HRESULT put_IsLabelVisible( VARIANT_BOOL IsLabelVisible ); |
[Java] |
---|
public bool getIsLabelVisible(); public void setIsLabelVisible( bool ); |