ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / SymbolFactory Class / ConstructWaterFill Method / ConstructWaterFill(CIMColor) Method
ArcGIS.Core.CIM.CIMColor

In This Topic
    ConstructWaterFill(CIMColor) Method
    In This Topic
    Constructs a water fill of specific color.
    Syntax
    public CIMFill ConstructWaterFill( 
       CIMColor color
    )
    Public Overloads Function ConstructWaterFill( _
       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.1 or higher.
    See Also