This document is archived and information here might be outdated. Recommended version. |
If polygons are being trimmed, provides the distance to trim.
[Visual Basic .NET]
Public Property TrimPolygonDistance As Double
[C#]
public double TrimPolygonDistance {get; set;}
[C++]
HRESULT get_TrimPolygonDistance(
double distance
);
[C++]
HRESULT put_TrimPolygonDistance(
System.Double* distance
);
[C++] Parameters distance [in]
distance is a parameter of type double distance [out, retval]
distance is a parameter of type double*
TrimPolygonDistance specifies the distance (based on units specified by TrimPolygonDistanceUnits) that the outer service area polygon should be from the source features. This is useful to reduce the area of the outer service area polygon in sparse networks.