ESRI.ArcGIS.DataManagementTools
pixel_type Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.DataManagementTools Namespace > CreateMosaicDataset Class : pixel_type Property




The bit depth of a cell, used to determine the range of values that the mosaic dataset output. For example, an 8-bit mosaic dataset can have 256 unique pixel values, which range from 0 to 255. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property pixel_type As String
Visual Basic (Usage)Copy Code
Dim instance As CreateMosaicDataset
Dim value As String
 
instance.pixel_type = value
 
value = instance.pixel_type
C# 
public string pixel_type {get; set;}

See Also

© 2010 All Rights Reserved.