ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / SymbolFactory Class / ConstructHatchFill Method
ArcGIS.Core.CIM.CIMColor
The angle for the hatch pattern.
The separation for the hatch pattern.

In This Topic
    ConstructHatchFill Method (SymbolFactory)
    In This Topic
    Constructs a hatch fill of specific color, angle and separation.
    Syntax
    public CIMFill ConstructHatchFill( 
       CIMColor color,
       double angle,
       double separation
    )
    Public 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, Windows 8.1

    See Also