Type of network element described by this NetElementDescription object.
[Visual Basic .NET] Public ReadOnly Property ElementType As esriElementType
[C#] public esriElementType ElementType {get;}
[C++]
HRESULT get_ElementType(
esriElementType* ElementType
);
[C++]Parameters
ElementType [out, retval]ElementType is a parameter of type esriElementType
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
ElementType returns the type of the element. The possible types are esriETEdge (value of 2), esriETJunction (value of 1), esriETNone (value of 0), and esriETTurn (value of 3).