ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / ISymbolFactory Interface / ConstructGradientFill Method / ConstructGradientFill(CIMColorRamp,GradientFillMethod,Int32) Method
ArcGIS.Core.CIM.CIMColorRamp
ArcGIS.Core.CIM.GradientFillMethod. The default value is ArcGIS.Core.CIM.GradientFillMethod.Buffered
The interval.

In This Topic
    ConstructGradientFill(CIMColorRamp,GradientFillMethod,Int32) Method
    In This Topic
    Constructs a gradient fill using the specififed color ramp and gradient fill method.
    Syntax
    Overloads Function ConstructGradientFill( _
       ByVal colorRamp As CIMColorRamp, _
       Optional ByVal gradientFillMethod As GradientFillMethod, _
       Optional ByVal interval As Integer _
    ) As CIMFill

    Parameters

    colorRamp
    ArcGIS.Core.CIM.CIMColorRamp
    gradientFillMethod
    ArcGIS.Core.CIM.GradientFillMethod. The default value is ArcGIS.Core.CIM.GradientFillMethod.Buffered
    interval
    The interval.

    Return Value

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also