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


IRasterStatus2.FireContinue Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterStatus2.FireContinue Method

Broadcasts if the operation should be continued.

[Visual Basic .NET]
Public Sub FireContinue ( _
    ByRef bContinue As Boolean _
)
[C#]
public void FireContinue (
    ref bool bContinue
);
[C++]
HRESULT FireContinue(
  VARIANT_BOOL* bContinue
);
[C++]

Parameters bContinue [out] bContinue is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IRasterStatus2 Interface