com.esri.arcgis.datasourcesfile
Interface ISMSpeedGroup2

All Superinterfaces:
ISMSpeedGroup, Serializable
All Known Implementing Classes:
ISMSpeedGroup2Proxy, SMSpeedGroup

public interface ISMSpeedGroup2
extends ISMSpeedGroup, Serializable

Deprecated as of 10.1. Provides access to speed group query string.

Product Availability

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


Method Summary
 String getQueryString()
          A SQL-like query string for determining records that belong to the speed group.
 
Methods inherited from interface com.esri.arcgis.datasourcesfile.ISMSpeedGroup
getDescription, getSpeed, setSpeed
 

Method Detail

getQueryString

String getQueryString()
                      throws IOException,
                             AutomationException
A SQL-like query string for determining records that belong to the speed group.

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.