Type of network element for this NetElementDescription object.
[Visual Basic .NET]
Public WriteOnly Property ElementType_2
[C#] public void ElementType_2 {set;}
[C++]
HRESULT put_ElementType(
esriElementType
);
[C++]Parameters
[in]is a parameter of type esriElementType
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
ElementType return or sets 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).