ArcObjects Library Reference (Schematic)  

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

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.