ArcObjects Library Reference (Schematic)  

ISchematicRecordset Interface

Provides access to members that manage the schematic recorset.

Product Availability

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

Members

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