This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRecordSet Interface > IRecordSet.IsFeatureCollection Property (ArcObjects .NET 10.4 SDK) |
Indicates if the recordset is a feature collection.
[Visual Basic .NET] Public ReadOnly Property IsFeatureCollection As Boolean
[C#] public bool IsFeatureCollection {get;}
[C++]
HRESULT get_IsFeatureCollection(
VARIANT_BOOL* IsFeatureCollection
);
[C++]
Parameters IsFeatureCollection [out, retval] IsFeatureCollection is a parameter of type VARIANT_BOOL
When using a recordset class, the IsFeatureCollection property is used to return true and is read only if the RecordSet is a feature collection.