This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRasterValue Interface > IRasterValue.SetEmptyRasterDataset Method (ArcObjects .NET 10.4 SDK) |
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