This document is archived and information here might be outdated. Recommended version. |
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
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).