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


INATraversalResultSource.ElementType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INATraversalResultSource Interface > INATraversalResultSource.ElementType Property
ArcGIS Developer Help

INATraversalResultSource.ElementType Property

The network element type.

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

networkElementType is a parameter of type esriNetworkElementType 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 ElementType property specifies the type of traversal element the source represents.  The valid values for the enumeration esriNetworkElementType include:

See Also

INATraversalResultSource Interface