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


INetElementBarriers.ElementType Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (NetworkAnalysis)  

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