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


INetworkJunction.ElementType Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

INetworkJunction.ElementType Property

Type of this network element.

[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

INetworkJunction Interface