ArcObjects Library Reference (Schematic)  

ISchematicRecordset.MoveNext Method

Moves to the next record of the schematic recordset.

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

Product Availability

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

See Also

ISchematicRecordset Interface