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


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

INAServerNetworkSource.ElementType Property

Network element type of this network source.

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

ElementType is a parameter of type esriNetworkElementType*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

ElementType specifies the esriNetworkElementType of the network source.  Valid values include junction, edge, and turn.

See Also

INAServerNetworkSource Interface