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


ISMNetBarrier.BarrierID Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesFile)  

ISMNetBarrier.BarrierID Property

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

Product Availability

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

Description

Returns the network barrier ID.

Remarks

BarrierID contains user-defined number that may be used to identify barriers in the barriers collection.

See Also

ISMNetBarrier Interface