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




Choose whether the input 1-bit raster dataset will be converted to an 8-bit raster dataset. In this conversion the value 1 in the input raster dataset will be changed to 255 in the output raster dataset. This is useful when importing a 1-bit raster dataset to ArcSDE. One-bit raster dataset have 8-bit pyramid layers when stored in a file system, but in ArcSDE, 1-bit raster datasets can only have 1-bit pyramid layers, which makes the display unpleasant. By converting the data to 8-bit in ArcSDE, the pyramid layers are built as 8-bit instead of 1-bit, resulting in a proper raster dataset in the display. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.