If the input raster dataset has a colormap, the output raster dataset will be converted to a three band output raster dataset. (In, Optional)
Syntax
Visual Basic (Declaration) | |
---|
Public Property colormap_to_RGB As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As CopyRaster
Dim value As String
instance.colormap_to_RGB = value
value = instance.colormap_to_RGB |
C# | |
---|
public string colormap_to_RGB {get; set;} |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also