ArcObjects Library Reference (Carto)  

IBasicOverposterLayerProperties4.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

IBasicOverposterLayerProperties4 Interface