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


ISMBreakTracker.Continue Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IS > ISMBreakTracker Interface > ISMBreakTracker.Continue Method
ArcGIS Developer Help

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(
void
);

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