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


IPixelBlock4.HasNoData Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IPixelBlock4.HasNoData Method

Checks if a PixelBlock contains NoData.

[Visual Basic .NET]
Public Function HasNoData ( _
) As Boolean
[C#]
public bool HasNoData (
);
[C++]
HRESULT HasNoData(
  VARIANT_BOOL* pvbHasNoData
);
[C++]

Parameters pvbHasNoData [out, retval] pvbHasNoData is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IPixelBlock4 Interface