Description
Gets or Sets whether the vector's label is displayed.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property DisplayLabel() As Boolean
|
| [C#] |
|---|
public bool DisplayLabel {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_DisplayLabel(); public: __property void set_DisplayLabel( bool );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_DisplayLabel( VARIANT_BOOL * pRetVal ); public: HRESULT put_DisplayLabel( VARIANT_BOOL NewDisplayLabel );
|
| [Java] |
|---|
public bool getDisplayLabel(); public void setDisplayLabel( bool );
|
See Also