This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServiceAreaSolver2 Interface > INAServiceAreaSolver2.TrimPolygonDistance Property (ArcObjects .NET 10.5 SDK) |
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
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.