ArcObjects Library Reference (DataSourcesFile)  

ISMSpeedGroup2.QueryString Property

A SQL-like query string for determining records that belong to the speed group.

[Visual Basic .NET]
Public ReadOnly Property QueryString As String
[C#]
public string QueryString {get;}
[C++]
HRESULT get_QueryString(
  BSTR* pVal
);
[C++]

Parameters

pVal [out, retval]   pVal is a parameter of type BSTR

Product Availability

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

See Also

ISMSpeedGroup2 Interface