ArcObjects Library Reference (GeoDatabase)  

IDataStatistics.Continue Property

Indicates if the cursor contains more records than the current sample.

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

Parameters

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDataStatistics Interface