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


ISchematicRecordset.IsBOF Property (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.IsBOF Property
ArcGIS Developer Help

ISchematicRecordset.IsBOF Property

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

[Visual Basic .NET]
Public ReadOnly Property IsBOF As Boolean
[C#]
public bool IsBOF {get;}
[C++]
HRESULT get_IsBOF(
  Boolean* IsBOF
);
[C++]
Parameters
IsBOF [out, retval]

IsBOF is a parameter of type bool*

Product Availability

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

See Also

ISchematicRecordset Interface