ArcGIS Pro 3.2 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

In This Topic
    ConstructPolygonSymbol(CIMColor,SimpleFillStyle,CIMStroke) Method
    In This Topic
    Constructs a polygon symbol of specific color, style and outline.
    Syntax
    Overloads Function ConstructPolygonSymbol( _
       ByVal color As CIMColor, _
       ByVal fillStyle As SimpleFillStyle, _
       ByVal outline As CIMStroke _
    ) As CIMPolygonSymbol

    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