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

.NET Samples

Service area application using the NAServer extension in ArcGIS Server via a GIS server (Code Files: ServiceArea_GISServerAPIClass) |