This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServiceAreaSolver2 Interface > INAServiceAreaSolver2.TrimPolygonDistanceUnits Property (ArcObjects .NET 10.4 SDK) |
If polygons are being trimmed, provides the units of the distance to trim.
[Visual Basic .NET] Public Property TrimPolygonDistanceUnits As esriUnits
[C#] public esriUnits TrimPolygonDistanceUnits {get; set;}
[C++]
HRESULT get_TrimPolygonDistanceUnits(
esriUnits* Units
);
[C++]
HRESULT put_TrimPolygonDistanceUnits(
esriUnits Units
);
[C++]
Parameters Units [out, retval]
Units is a parameter of type esriUnits Units [in]
Units is a parameter of type esriUnits
TrimPolygonDistanceUnits specifies the length units used by TrimPolygonDistance, which in turn limits the distance of the outer service-area polygon from the source features. This is useful to reduce the area of the outer service area polygon in sparse networks.