SlopeOperator.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 colors will be semitransparent, showing either four slope classes or eight aspect classes; see images here.
Platforms
Windows, Linux, Android