ArcObjects Library Reference (DataSourcesFile)  

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(
  long index,
  ISMRestriction** pVal
);
[C++]

Parameters

index [in]   index is a parameter of type long pVal [out, retval]

  pVal is a parameter of type ISMRestriction

Product Availability

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

See Also

ISMRouterSetup2 Interface