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


ISMRouter.Barriers Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISMRouter Interface > ISMRouter.Barriers Property
ArcGIS Developer Help

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(
void
);

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