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 [out, retval]

  ElementType is a parameter of type esriElementType

ElementType [in]

  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