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


ICreateMosaicDatasetParameters.PixelType Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ICreateMosaicDatasetParameters.PixelType Property

The pixel-type of the mosaic dataset.

[Visual Basic .NET]
Public Property PixelType As rstPixelType
[C#]
public rstPixelType PixelType {get; set;}
[C++]
HRESULT get_PixelType(
  rstPixelType pPixelType
);
[C++]
HRESULT put_PixelType(
  rstPixelType* pPixelType
);
[C++]

Parameters pPixelType [in]
pPixelType is a parameter of type rstPixelType pPixelType [out, retval]
pPixelType is a parameter of type rstPixelType*

Product Availability

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

Description

Pixel Type of the Mosaic Dataset to be created.

See Also

ICreateMosaicDatasetParameters Interface

.NET Related Topics

DataSourcesRaster | How to create a Mosaic dataset | How to create a referenced mosaic dataset