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