Specify whether to use the name of the vehicle (as shown in the Object Browser) as its label.
Read-write property
[Visual Basic .NET] |
---|
Public Property UseInstNameLabel() As Boolean |
[C#] |
---|
public bool UseInstNameLabel {get; set;} |
[Managed C++] |
---|
public: __property bool get_UseInstNameLabel(); |
[Unmanaged C++] |
---|
public: HRESULT get_UseInstNameLabel( VARIANT_BOOL * pUseInstName ); public: HRESULT put_UseInstNameLabel( VARIANT_BOOL pUseInstName ); |
[Java] |
---|
public bool getUseInstNameLabel(); public void setUseInstNameLabel( bool ); |