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


ISMRouter.SpeedGroups 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.SpeedGroups Property
ArcGIS Developer Help

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

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