Description
Specify the maximum distance (distance from the viewer's eye position in 3D to the centroid) at which the area target label is displayed. Uses Distance Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property LabelMaxViewingDist() As Double
|
| [C#] |
|---|
public double LabelMaxViewingDist {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_LabelMaxViewingDist(); public: __property void set_LabelMaxViewingDist( double );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_LabelMaxViewingDist( double * pRetVal ); public: HRESULT put_LabelMaxViewingDist( double NewLabelMaxViewingDist );
|
| [Java] |
|---|
public double getLabelMaxViewingDist();public void setLabelMaxViewingDist( double );
|
See Also