ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / TerrainDirtyAreaRendererDefinition Class / TerrainDirtyAreaRendererDefinition Constructor / TerrainDirtyAreaRendererDefinition Constructor(CIMSymbolReference,String,String)
The symbol used in the renderer. The symbol should be a ArcGIS.Core.CIM.CIMPolygonSymbol.
The label that will show up on the TOC next to the symbol.
The description.

In This Topic
    TerrainDirtyAreaRendererDefinition Constructor(CIMSymbolReference,String,String)
    In This Topic
    Creates a simple renderer definition to draw dirty areas in a surface layer.
    Syntax
    Public Function New( _
       ByVal symbol As CIMSymbolReference, _
       Optional ByVal label As String, _
       Optional ByVal description As String _
    )
    public TerrainDirtyAreaRendererDefinition( 
       CIMSymbolReference symbol,
       string label,
       string description
    )

    Parameters

    symbol
    The symbol used in the renderer. The symbol should be a ArcGIS.Core.CIM.CIMPolygonSymbol.
    label
    The label that will show up on the TOC next to the symbol.
    description
    The description.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.2 or higher.
    See Also