com.esri.arcgis.datasourcesfile
Interface ISMSpeedGroups

All Superinterfaces:
Serializable
All Known Implementing Classes:
ISMSpeedGroupsProxy, SMSpeedGroups

public interface ISMSpeedGroups
extends Serializable

Deprecated as of 10.1. Provides access to the collection of speed groups.

Description

Represents a collection of speed groups.

Product Availability

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


Method Summary
 int getCount()
          The number of speed groups in the collection.
 ISMSpeedGroup getItem(int position)
          The speed group at the specified position in the collection.
 

Method Detail

getCount

int getCount()
             throws IOException,
                    AutomationException
The number of speed groups in the collection.

Description

Returns the size of the speed groups collection.

Product Availability

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

Returns:
The pVal
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getItem

ISMSpeedGroup getItem(int position)
                      throws IOException,
                             AutomationException
The speed group at the specified position in the collection.

Product Availability

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

Parameters:
position - The position (in)
Returns:
A reference to a com.esri.arcgis.datasourcesfile.ISMSpeedGroup
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.