ArcObjects Library Reference (NetworkAnalyst)  

INATraversalResultElement.ElementType Property

The result element type.

[Visual Basic .NET]
Public ReadOnly Property ElementType As esriNetworkElementType
[C#]
public esriNetworkElementType ElementType {get;}
[C++]
HRESULT get_ElementType(
  esriNetworkElementType* networkElementType
);
[C++]

Parameters

networkElementType [out, retval]

  networkElementType is a parameter of type esriNetworkElementType

Product Availability

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

Remarks

The type of traversal element (esriNETJunction, esriNETEdge, or esriNETTurn).

See Also

INATraversalResultElement Interface

.NET Samples

Using the traversal result to select source features (Code Files: SelectFeaturesTool) |