This document is archived and information here might be outdated. Recommended version. |
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(
System.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