Description
Use the maximum viewing distance for displaying the area target label.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property EnableLabelMaxViewingDist() As Boolean
|
[C#] |
---|
public bool EnableLabelMaxViewingDist {get; set;}
|
[Managed C++] |
---|
public: __property bool get_EnableLabelMaxViewingDist(); public: __property void set_EnableLabelMaxViewingDist( bool );
|
[Unmanaged C++] |
---|
public: HRESULT get_EnableLabelMaxViewingDist( VARIANT_BOOL * pRetVal ); public: HRESULT put_EnableLabelMaxViewingDist( VARIANT_BOOL NewEnableLabelMaxViewingDist );
|
[Java] |
---|
public bool getEnableLabelMaxViewingDist(); public void setEnableLabelMaxViewingDist( bool );
|
See Also