This document is archived and information here might be outdated.  Recommended version.


INAServiceAreaSolver2.TrimPolygonDistanceUnits Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServiceAreaSolver2 Interface > INAServiceAreaSolver2.TrimPolygonDistanceUnits Property
ArcGIS Developer Help

INAServiceAreaSolver2.TrimPolygonDistanceUnits Property

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 [in]

Units is a parameter of type esriUnits Units [out, retval]
Units is a parameter of type esriUnits*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

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.

See Also

INAServiceAreaSolver2 Interface

.NET Samples

ArcGIS Network Analyst extension Engine application