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


ISchematicRecordset Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicRecordset Interface
ArcGIS Developer Help

ISchematicRecordset Interface

Provides access to members that manage the schematic recordset.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

Members

Name Description
Method Close Closes the schematic recordset.
Method FindRecord Finds a record by its identifiers fields values inside the schematic recordset.
Read-only property IsBOF Indicates whether or not the 'BOF' flag of the schematic recordset is on.
Read-only property IsEOF Indicates whether or not the 'EOF' flag of the schematic recordset is on.
Method MoveFirst Moves to the first record of the schematic recordset.
Method MoveNext Moves to the next record of the schematic recordset.
Method Open Opens the schematic recordset.
Read-only property RecordIdentifier Current record identifiers fields values.
Read-only property RecordValue Field value of the current record.
Method Refresh Refreshes the schematic recordset.
Read-only property SchematicDataSource Schematic data source of the schematic recordset.

Classes that implement ISchematicRecordset

Classes Description