ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / ISymbolFactory Interface / ConstructHatchFill Method / ConstructHatchFill(CIMColor,Double,Double) Method
ArcGIS.Core.CIM.CIMColor
The angle for the hatch pattern.
The separation for the hatch pattern.

In This Topic
    ConstructHatchFill(CIMColor,Double,Double) Method
    In This Topic
    Constructs a hatch fill of specific color, angle and separation.
    Syntax
    CIMFill ConstructHatchFill( 
       CIMColor color,
       double angle,
       double separation
    )
    Overloads Function ConstructHatchFill( _
       ByVal color As CIMColor, _
       ByVal angle As Double, _
       ByVal separation As Double _
    ) As CIMFill

    Parameters

    color
    ArcGIS.Core.CIM.CIMColor
    angle
    The angle for the hatch pattern.
    separation
    The separation for the hatch pattern.

    Return Value

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also