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