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.
Read-write property
[Visual Basic .NET] |
---|
Public Property LabelMaxViewingDist() As Double |
[C#] |
---|
public double LabelMaxViewingDist {get; set;} |
[Managed C++] |
---|
public: __property double get_LabelMaxViewingDist(); |
[Unmanaged C++] |
---|
public: HRESULT get_LabelMaxViewingDist( double * pLabelMaxViewingDist ); public: HRESULT put_LabelMaxViewingDist( double pLabelMaxViewingDist ); |
[Java] |
---|
public double getLabelMaxViewingDist(); public void setLabelMaxViewingDist( double ); |