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


IRasterStatus3.Suspend Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterStatus3.Suspend Property

The status to be suspended.

[Visual Basic .NET]
Public Property Suspend As Boolean
[C#]
public bool Suspend {get; set;}
[C++]
HRESULT get_Suspend(
  VARIANT_BOOL b
);
[C++]
HRESULT put_Suspend(
  Boolean* b
);
[C++]

Parameters b [in]
b is a parameter of type bool b [out, retval]
b is a parameter of type bool*

Product Availability

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

See Also

IRasterStatus3 Interface