ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / ISymbolFactory Interface / ConstructSolidFill Method
ArcGIS.Core.CIM.CIMColor

In This Topic
    ConstructSolidFill Method (ISymbolFactory)
    In This Topic
    Constructs a solid fill of specific color.
    Syntax
    CIMFill ConstructSolidFill( 
       CIMColor color
    )
    Function ConstructSolidFill( _
       ByVal color As CIMColor _
    ) As CIMFill

    Parameters

    color
    ArcGIS.Core.CIM.CIMColor

    Return Value

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also