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


ISchematicRecordset.MoveNext Method (ArcObjects .NET 10.4 SDK)
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