This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalysis > ESRI.ArcGIS.NetworkAnalysis > Interfaces > IN > INetElementBarriers Interface > INetElementBarriers.ElementType Property (ArcObjects .NET 10.4 SDK) |
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