ArcObjects Library Reference (NetworkAnalyst)  

INAStreetDirection.ResultElement Property

The result object by index.

[Visual Basic .NET]
Public Function get_ResultElement ( _
    ByVal Index As Integer _
) As INATraversalResultElement
[C#]
public INATraversalResultElement get_ResultElement (
    int Index
);
[C++]
HRESULT get_ResultElement(
  long Index,
  INATraversalResultElement** Result
);
[C++]

Parameters

Index [in]   Index is a parameter of type long Result [out, retval]

  Result is a parameter of type INATraversalResultElement

Product Availability

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

Remarks

ResultElement provides access to the network elements stored in the traversal result object.

See Also

INAStreetDirection Interface