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


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

INetElementBarriers.ElementType Property

Type of network element on which the barriers are placed.

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

ElementType is a parameter of type esriElementType ElementType [out, retval]
ElementType is a parameter of type esriElementType*

Product Availability

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

Remarks

Barriers can be placed on either edge or junction elements.

See Also

INetElementBarriers Interface