ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / ISymbolFactory Interface / ConstructPolygonSymbolWithPenInkCrossHatch Method
ArcGIS.Core.CIM.CIMColor
A boolean indicating if border strokes are to be included in the symbol.
Version

ConstructPolygonSymbolWithPenInkCrossHatch Method (ISymbolFactory)
Constructs a polygon symbol in the specified color representing a pen and ink cross hatch effect. See https://www.esri.com/arcgis-blog/products/arcgis-pro/mapping/please-steal-this-pen-and-ink-style/
Syntax
CIMPolygonSymbol ConstructPolygonSymbolWithPenInkCrossHatch( 
   CIMColor color,
   bool includeBorder
)

Parameters

color
ArcGIS.Core.CIM.CIMColor
includeBorder
A boolean indicating if border strokes are to be included in the symbol.

Return Value

Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3.1 or higher.
See Also