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

In This Topic
    ConstructPolygonSymbolWithPenInkStipple Method (ISymbolFactory)
    In This Topic
    Constructs a polygon symbol in the specified color representing a pen and ink stipple effect. See https://www.esri.com/arcgis-blog/products/arcgis-pro/mapping/please-steal-this-pen-and-ink-style/
    Syntax
    CIMPolygonSymbol ConstructPolygonSymbolWithPenInkStipple( 
       CIMColor color,
       bool includeBorder
    )
    Function ConstructPolygonSymbolWithPenInkStipple( _
       ByVal color As CIMColor, _
       ByVal includeBorder As Boolean _
    ) As CIMPolygonSymbol

    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