This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISMNetBarrier Interface > ISMNetBarrier.BarrierID Property (ArcObjects .NET 10.4 SDK) |
The network barrier ID.
[Visual Basic .NET] Public Property BarrierID As Integer
[C#] public int BarrierID {get; set;}
[C++]
HRESULT get_BarrierID(
long* pVal
);
[C++]
HRESULT put_BarrierID(
long pVal
);
[C++]
Parameters pVal [out, retval] pVal is a parameter of type long pVal [in] pVal is a parameter of type long
Returns the network barrier ID.
BarrierID contains user-defined number that may be used to identify barriers in the barriers collection.