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

ConstructPolygonSymbol(CIMColor,SimpleStipplePattern,CIMColor) Method
Constructs a polygon symbol of specific color, fill color, and stipple pattern.
Syntax

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