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


IPixelBlock3.NoDataMaskByRef Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPixelBlock3 Interface > IPixelBlock3.NoDataMaskByRef Property
ArcGIS Developer Help

IPixelBlock3.NoDataMaskByRef Property

The NoData mask for a specified plane.

[Visual Basic .NET]
Public Function get_NoDataMaskByRef ( _
    ByVal plane As Integer _
) As Object
[C#]
public object get_NoDataMaskByRef (
    int plane
);
[C++]
HRESULT get_NoDataMaskByRef(
  long plane,
  Variant* pVal
);
[C++]
Parameters
plane [in]

plane is a parameter of type long pVal [out, retval]
pVal is a parameter of type VARIANT*

Product Availability

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

Remarks

The NoDataMaskByRef property returns a one-dimensional array of NoData mask by reference.

See Also

IPixelBlock3 Interface