ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / ISymbolFactory Interface / ConstructPolygonSymbol Method / ConstructPolygonSymbol(CIMColor,SimpleStipplePattern,CIMColor) Method

In This Topic
    ConstructPolygonSymbol(CIMColor,SimpleStipplePattern,CIMColor) Method
    In This Topic
    Constructs a polygon symbol of specific color, fill color, and stipple pattern.
    Syntax
    Overloads Function ConstructPolygonSymbol( _
       ByVal color As CIMColor, _
       ByVal stipplePattern As SimpleStipplePattern, _
       ByVal fillColor As CIMColor _
    ) As CIMPolygonSymbol

    Parameters

    color
    stipplePattern
    fillColor

    Return Value

    Remarks
    The polygon symbol outline and stipple color are specified with "color". The underlying fill color is specified via "fillColor". Fill color can be null to create a hollow background fill. 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