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


INetElementDescriptionEdit.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 > INetElementDescriptionEdit Interface > INetElementDescriptionEdit.ElementType Property
ArcGIS Developer Help

INetElementDescriptionEdit.ElementType Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

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

See Also

INetElementDescriptionEdit Interface