ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / ISymbolFactory Interface / ConstructPolygonSymbol Method / ConstructPolygonSymbol(CIMFill,CIMStroke,CIMMarker) Method
ArcGIS.Core.CIM.CIMFill
ArcGIS.Core.CIM.CIMStroke
ArcGIS.Core.CIM.CIMMarker

In This Topic
    ConstructPolygonSymbol(CIMFill,CIMStroke,CIMMarker) Method
    In This Topic
    Constructs a polygon symbol from a fill and an outline.
    Syntax
    Overloads Function ConstructPolygonSymbol( _
       ByVal fill As CIMFill, _
       ByVal outline As CIMStroke, _
       ByVal pointMarker As CIMMarker _
    ) As CIMPolygonSymbol

    Parameters

    fill
    ArcGIS.Core.CIM.CIMFill
    outline
    ArcGIS.Core.CIM.CIMStroke
    pointMarker
    ArcGIS.Core.CIM.CIMMarker

    Return Value

    Remarks
    Passing null for outline will create a polygon symbol without an outline.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also