This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerServiceAreaResults Interface > INAServerServiceAreaResults.SALineGeometries Property (ArcObjects .NET 10.5 SDK) |
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
SALineGeometries returns an array of Polyline geometries representing the streets traversed.