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


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

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(
  SAFEARRAY(IPolygon)** SAPolygonGeometries
);
[C++]
Parameters
SAPolygonGeometries [out, retval]

SAPolygonGeometries is a parameter of type SAFEARRAY(IPolygon*)*

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