ArcObjects Library Reference (DataSourcesFile)  

ISMRouter.SpeedGroups Property

The speed groups used by the router object.

[Visual Basic .NET]
Public ReadOnly Property SpeedGroups As SMSpeedGroups
[C#]
public SMSpeedGroups SpeedGroups {get;}
[C++]
HRESULT get_SpeedGroups(
  ISMSpeedGroups** pVal
);
[C++]

Parameters

pVal [out, retval]

  pVal is a parameter of type ISMSpeedGroups

Product Availability

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

Description

Returns the speed groups interface of the router object.

See Also

ISMRouter Interface