ArcObjects Library Reference (GeoDatabase)  

INetworkSource.ElementType Property

Network element type of this network source.

[Visual Basic .NET]
Public Property ElementType As esriNetworkElementType
[C#]
public esriNetworkElementType ElementType {get; set;}
[C++]
HRESULT get_ElementType(
  esriNetworkElementType* ElementType
);
[C++]
HRESULT put_ElementType(
  esriNetworkElementType ElementType
);
[C++]

Parameters

ElementType [out, retval]

  ElementType is a parameter of type esriNetworkElementType

ElementType [in]

  ElementType is a parameter of type esriNetworkElementType

Product Availability

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

See Also

INetworkSource Interface

.NET Samples

Subset network evaluators (Code Files: SubsetHelper)

.NET Related Topics

How to create a multimodal network dataset | How to create a network dataset