Description
Specify the maximum distance at which the line 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