Opt whether to display MTO track labels in the 3D graphics window.
Read-write property
[Visual Basic .NET] |
---|
Public Property LabelsVisible() As Boolean |
[C#] |
---|
public bool LabelsVisible {get; set;} |
[Managed C++] |
---|
public: __property bool get_LabelsVisible(); |
[Unmanaged C++] |
---|
public: HRESULT get_LabelsVisible( VARIANT_BOOL * pVal ); public: HRESULT put_LabelsVisible( VARIANT_BOOL LabelsVisible ); |
[Java] |
---|
public bool getLabelsVisible(); public void setLabelsVisible( bool ); |