ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / SymbolFactory Class / ConstructSolidFill Method
ArcGIS.Core.CIM.CIMColor

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

    Parameters

    color
    ArcGIS.Core.CIM.CIMColor

    Return Value

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 8.1

    See Also