This document is archived and information here might be outdated.  Recommended version.


IRecordSet.IsFeatureCollection Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRecordSet Interface > IRecordSet.IsFeatureCollection Property
ArcGIS Developer Help

IRecordSet.IsFeatureCollection Property

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(
  Boolean* IsFeatureCollection
);
[C++]
Parameters
IsFeatureCollection [out, retval]

IsFeatureCollection is a parameter of type bool*

Product Availability

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

Remarks

When using a recordset class, the IsFeatureCollection property is used to return true and is read only if the RecordSet is a feature collection.

See Also

IRecordSet Interface