ShadeOperator.OutputVisualizer Property
Gets or sets a value indicating if the operator should attach a visualizer to the output rasters.
Syntax
public System.Boolean OutputVisualizer { get; set; }
Property Value
Default: true
True if a visualizer should be added; otherwise, False.
Remarks
If this property is True, the operator will attach a RasterVisualizer to the output rasters. The visualizer will have a grayscale color ramp matching the OutputBitDepth, and a filter specified by VisualizerFilter.
Platforms
Windows, Linux, Android