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


INAServiceAreaSolver2.TrimPolygonDistance 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.TrimPolygonDistance Property
ArcGIS Developer Help

INAServiceAreaSolver2.TrimPolygonDistance Property

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*

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.

See Also

INAServiceAreaSolver2 Interface

.NET Samples

ArcGIS Network Analyst extension Engine application