This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetElementDescription Interface > INetElementDescription.ElementType Property (ArcObjects .NET 10.4 SDK) |
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
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).