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


IAddRastersParameters.RasterType Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IAddRastersParameters.RasterType Property

The raster type used for constructing raster datasets using incoming data source items.

[Visual Basic .NET]
Public Property RasterType As IRasterType
[C#]
public IRasterType RasterType {get; set;}
[C++]
HRESULT get_RasterType(
  IRasterType** ppRasterType
);
[C++]
HRESULT putref_RasterType(
  IRasterType* ppRasterType
);
[C++]

Parameters ppRasterType [out, retval]
ppRasterType is a parameter of type IRasterType ppRasterType [in]
ppRasterType is a parameter of type IRasterType

Product Availability

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

See Also

IAddRastersParameters Interface

.NET Samples

Create a custom raster type (Code Files: TestThumbnailBuilder)

.NET Related Topics

How to add rasters to a Mosaic dataset