Gets or sets the option to show the labels in the antenna's element viewport GUI.
Read-write property
[Visual Basic .NET] |
---|
Public Property ShowLabels() As Boolean |
[C#] |
---|
public bool ShowLabels {get; set;} |
[Managed C++] |
---|
public: __property bool get_ShowLabels(); |
[Unmanaged C++] |
---|
public: HRESULT get_ShowLabels( VARIANT_BOOL * pVal ); public: HRESULT put_ShowLabels( VARIANT_BOOL val ); |
[Java] |
---|
public bool getShowLabels(); public void setShowLabels( bool ); |