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 [out, retval]networkElementType is a parameter of type esriNetworkElementType
networkElementType [in]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:
- esriNETJunction = 1
- esriNETEdge = 2
- esriNETTurn = 3