ArcObjects Library Reference (Schematic)  

ISchematicRecordset.IsEOF Property

Indicates whether or not the 'EOF' flag of the schematic recordset is on.

[Visual Basic .NET]
Public ReadOnly Property IsEOF As Boolean
[C#]
public bool IsEOF {get;}
[C++]
HRESULT get_IsEOF(
  VARIANT_BOOL* IsEOF
);
[C++]

Parameters

IsEOF [out, retval]   IsEOF is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ISchematicRecordset Interface