This document is archived and information here might be outdated.  Recommended version.


IBasicOverposterLayerProperties3.MaxDistanceFromTarget Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IBasicOverposterLayerProperties3.MaxDistanceFromTarget Property

Maximum distance in map units the label is allowed to be away from the feature.

[Visual Basic .NET]
Public Property MaxDistanceFromTarget As Double
[C#]
public double MaxDistanceFromTarget {get; set;}
[C++]
HRESULT get_MaxDistanceFromTarget(
  double* Distance
);
[C++]
HRESULT put_MaxDistanceFromTarget(
  double Distance
);
[C++]

Parameters Distance [out, retval] Distance is a parameter of type double Distance [in] Distance is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IBasicOverposterLayerProperties3 Interface