ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / SubtypeFeatureLayerCreationParams Class / RendererDefinition Property

In This Topic
    RendererDefinition Property (SubtypeFeatureLayerCreationParams)
    In This Topic
    Gets and sets a RendererDefinition for the FeatureLayer represents a subtype.
    Syntax
    public RendererDefinition RendererDefinition {get; set;}
    Public Property RendererDefinition As RendererDefinition
    Remarks
    If this property is omitted, the layer gets created with a ArcGIS.Core.CIMSimpleRenderer
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also