This document is archived and information here might be outdated.  Recommended version.


INetElementDescription.ElementType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetElementDescription Interface > INetElementDescription.ElementType Property
ArcGIS Developer Help

INetElementDescription.ElementType Property

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).

See Also

INetElementDescription Interface