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


IDataStatistics.Continue Property (ArcObjects .NET 10.5 SDK)
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