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


ISMBreakTracker.Continue Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesFile)  

ISMBreakTracker.Continue Method

Called frequently while associated operation is progressing. A return value of false indicates that the operation should stop.

[Visual Basic .NET]
Public Function Continue ( _
) As Boolean
[C#]
public bool Continue (
);
[C++]
HRESULT Continue(
  VARIANT_BOOL* bKeepGoing
);
[C++]

Parameters bKeepGoing [out, retval] bKeepGoing is a parameter of type VARIANT_BOOL

Product Availability

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

Description

IBreakTracker.Continue must return False if operation should stop.

See Also

ISMBreakTracker Interface