ArcObjects Library Reference (DataSourcesFile)  

ISMRouter.Barriers Property

The network barriers collection of the router object.

[Visual Basic .NET]
Public ReadOnly Property Barriers As SMNetBarriersCollection
[C#]
public SMNetBarriersCollection Barriers {get;}
[C++]
HRESULT get_Barriers(
  ISMNetBarriersCollection** pVal
);
[C++]

Parameters

pVal [out, retval]

  pVal is a parameter of type ISMNetBarriersCollection

Product Availability

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

Description

Returns the network barriers collection interface of the router object.

See Also

ISMRouter Interface