This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPixelBlock4 Interface > IPixelBlock4.HasNoData Method (ArcObjects .NET 10.5 SDK) |
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