This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IB > IBasicOverposterLayerProperties2 Interface > IBasicOverposterLayerProperties2.MaxDistanceFromTarget Property (ArcObjects .NET 10.4 SDK) |
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