This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapServer4 Interface > IMapServer4.QueryRowIDs Method (ArcObjects .NET 10.4 SDK) |
Returns the IDs of the rows that meet the query filter selection criteria for the specified table.
[Visual Basic .NET] Public Function QueryRowIDs ( _ ByVal MapName As String, _ ByVal pTableDescription As IMapTableDescription, _ ByVal pFilter As IQueryFilter _ ) As ILongArray
[C#] public ILongArray QueryRowIDs ( string MapName, IMapTableDescription pTableDescription, IQueryFilter pFilter );
[C++]
HRESULT QueryRowIDs(
BSTR MapName,
IMapTableDescription* pTableDescription,
IQueryFilter* pFilter,
ILongArray** FIDs
);
[C++]
Parameters MapName [in] MapName is a parameter of type BSTR pTableDescription [in]
pTableDescription is a parameter of type IMapTableDescription pFilter [in]
pFilter is a parameter of type IQueryFilter FIDs [out, retval]
FIDs is a parameter of type ILongArray