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

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, Windows 8.1

ArcGIS Pro version: 2.0 or higher.
See Also