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


IRasterStatus3.Suspend Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterStatus3 Interface > IRasterStatus3.Suspend Property
ArcGIS Developer Help

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