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


ISchematicRecordset.MoveFirst Method (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 > ISchematicRecordset.MoveFirst Method
ArcGIS Developer Help

ISchematicRecordset.MoveFirst Method

Moves to the first record of the schematic recordset.

[Visual Basic .NET]
Public Sub MoveFirst ( _
)
[C#]
public void MoveFirst (
);
[C++]
HRESULT MoveFirst(
void
);

Product Availability

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

See Also

ISchematicRecordset Interface