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(
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. Requires Network Analyst Extension.
Remarks
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.