ArcGIS Pro 3.7 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 Overloads Function ConstructWaterFill( _
       ByVal color As CIMColor _
    ) As CIMFill
    public CIMFill ConstructWaterFill( 
       CIMColor color
    )

    Parameters

    color
    ArcGIS.Core.CIM.CIMColor

    Return Value

    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.1 or higher.
    See Also