ArcObjects Library Reference (GeoDatabase)  

IRasterValue.SetEmptyRasterDataset Method

Sets up the empty raster dataset.

[Visual Basic .NET]
Public Sub SetEmptyRasterDataset ( _
    ByVal nBands As Integer, _
    ByVal PixelType As rstPixelType _
)
[C#]
public void SetEmptyRasterDataset (
    int nBands,
    rstPixelType PixelType
);
[C++]
HRESULT SetEmptyRasterDataset(
  long nBands,
  rstPixelType PixelType
);
[C++]

Parameters

nBands [in]   nBands is a parameter of type long PixelType [in]

  PixelType is a parameter of type rstPixelType

Product Availability

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

See Also

IRasterValue Interface