ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / ISymbolFactory Interface / ConstructPolygonSymbol Method / ConstructPolygonSymbol(CIMColor,SimpleFillStyle,CIMStroke) Method
ArcGIS.Core.CIM.CIMColor
SimpleFillStyle
ArcGIS.Core.CIM.CIMStroke
Version

    ConstructPolygonSymbol(CIMColor,SimpleFillStyle,CIMStroke) Method
    Constructs a polygon symbol of specific color, style and outline.
    Syntax

    Parameters

    color
    ArcGIS.Core.CIM.CIMColor
    fillStyle
    SimpleFillStyle
    outline
    ArcGIS.Core.CIM.CIMStroke

    Return Value

    Remarks
    Passing null for outline will create a polygon symbol without an outline.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also