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


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

ISMRouterSetup2.Restriction Property

Restriction at the position, specified by index.

[Visual Basic .NET]
Public Function get_Restriction ( _
    ByVal index As Integer _
) As SMRestriction
[C#]
public SMRestriction get_Restriction (
    int index
);
[C++]
HRESULT get_Restriction(
void
);

Product Availability

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

See Also

ISMRouterSetup2 Interface