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


INAServerServiceAreaResults.SALineGeometries Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAServerServiceAreaResults.SALineGeometries Property

Polylines representing the edges traversed during network analysis.

[Visual Basic .NET]
Public ReadOnly Property SALineGeometries As IPolyline[]
[C#]
public IPolyline[] SALineGeometries {get;}
[C++]
HRESULT get_SALineGeometries(
  Array* SALineGeometries
);
[C++]

Parameters SALineGeometries [out, retval] SALineGeometries is a parameter of type Array

Product Availability

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

Remarks

SALineGeometries returns an array of Polyline geometries representing the streets traversed.

See Also

INAServerServiceAreaResults Interface