DataSetInfo.HasVisualization Property
Gets or sets a flag that tells if the data have built-in visualization.
Syntax
public System.Boolean HasVisualization { get; set; }
Property Value
Default: false
A flag that tells if the data have built-in visualization.
Remarks
This property is usually true only for raster data that represent RGB or RGBA colors, or which represent indexes into a color palette. Sometimes, raster data that primarily have a numerical meaning, for example elevations, also have a simple grayscale attached.
If this property is False, you must insert a VisualizationOperator in your layer to display these data.
Platforms
Windows, Linux, Android