This document is archived and information here might be outdated. Recommended version. |
Returns the IDs of the features that meet the query filter selection criteria for the specified layer.
[Visual Basic .NET] Public Function QueryFeatureIDs ( _ ByVal MapName As String, _ ByVal LayerID As Integer, _ ByVal Filter As IQueryFilter _ ) As IFIDSet
[C#] public IFIDSet QueryFeatureIDs ( string MapName, int LayerID, IQueryFilter Filter );
[C++]
HRESULT QueryFeatureIDs(
BSTR MapName,
long LayerID,
IQueryFilter* Filter
);
[C++] Parameters MapName [in]
MapName is a parameter of type BSTR LayerID [in]
LayerID is a parameter of type long Filter [in]
Filter is a parameter of type IQueryFilter*