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


IRasterColormapToRGBConversion.CreateRGBRaster Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterColormapToRGBConversion.CreateRGBRaster Method

Creates a RGB multiband raster from a colormap raster dataset.

[Visual Basic .NET]
Public Function CreateRGBRaster ( _
    ByVal pRasterDataset As IRasterDataset _
) As IRaster
[C#]
public IRaster CreateRGBRaster (
    IRasterDataset pRasterDataset
);
[C++]
HRESULT CreateRGBRaster(
  IRasterDataset* pRasterDataset,
  IRaster** ppRaster
);
[C++]

Parameters pRasterDataset [in]
pRasterDataset is a parameter of type IRasterDataset ppRaster [out, retval]
ppRaster is a parameter of type IRaster

Product Availability

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

See Also

IRasterColormapToRGBConversion Interface

.NET Related Topics

DataSourcesRaster