ArcObjects Library Reference (GeoDatabase)  

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