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


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

INetworkIdentifyObj.ElementType Property

Element type of the network element in the network dataset.

[Visual Basic .NET]
Public ReadOnly Property ElementType As esriNetworkElementType
[C#]
public esriNetworkElementType ElementType {get;}
[C++]
HRESULT get_ElementType(
  esriNetworkElementType* Type
);
[C++]
Parameters
Type [out, retval]

Type is a parameter of type esriNetworkElementType*

Product Availability

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

See Also

INetworkIdentifyObj Interface