ArcGIS Pro 3.1 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / ISymbolFactory Interface / ConstructPolygonSymbol Method / ConstructPolygonSymbol(CIMFill,CIMStroke,CIMColor,SimpleStipplePattern) Method
Version

    ConstructPolygonSymbol(CIMFill,CIMStroke,CIMColor,SimpleStipplePattern) Method
    Constructs a polygon symbol with a specific fill, stroke, and stipple pattern.
    Syntax

    Parameters

    fill
    outline
    color
    stipplePattern

    Return Value

    Remarks
    Specifying a null fill creates a stipple symbol with no background fill. Specifying a null stroke creates a stipple symbol with no outline. The stipple color is specified with "color". Note: the stipple pattern is generated with a marker not a fill.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also