ArcObjects Library Reference (NetworkAnalyst)  

INAServerServiceAreaResults.SAPolygonGeometries Property

Polygons representing the areas traversed within the specified break times.

[Visual Basic .NET]
Public ReadOnly Property SAPolygonGeometries As IPolygon[]
[C#]
public IPolygon[] SAPolygonGeometries {get;}
[C++]
HRESULT get_SAPolygonGeometries(
  Array* SAPolygonGeometries
);
[C++]

Parameters

SAPolygonGeometries [out, retval]   SAPolygonGeometries is a parameter of type Array

Product Availability

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

Remarks

SAPolygonGeometries returns an array of Polygon geometries representing the area of the streets traversed.

See Also

INAServerServiceAreaResults Interface