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


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

IEnumNetEID.ElementType Property

Type of network elements in this enumeration.

[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

The element type is a value from the esriElementType enumeration. Note that turns are only available for street networks and not utility networks.

See Also

IEnumNetEID Interface