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(
  VARIANT_BOOL b
);
[C++]

Parameters

b [out, retval]   b is a parameter of type VARIANT_BOOL b [in]   b is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IRasterStatus3 Interface