ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / ISymbolFactory Interface / ConstructHatchFill Method / ConstructHatchFill(CIMStroke,Double,Double,Double) Method
ArcGIS.Core.CIM.CIMStroke
The angle for the hatch pattern.
The separation for the hatch pattern.
The offset value. ArcGIS.Core.CIM.CIMHatchFill.OffsetX and ArcGIS.Core.CIM.CIMHatchFill.OffsetY will get set to this value.

In This Topic
    ConstructHatchFill(CIMStroke,Double,Double,Double) Method
    In This Topic
    Constructs a hatch fill with the specified parameters.
    Syntax
    Overloads Function ConstructHatchFill( _
       ByVal lineStroke As CIMStroke, _
       ByVal angle As Double, _
       ByVal separation As Double, _
       ByVal offset As Double _
    ) As CIMFill

    Parameters

    lineStroke
    ArcGIS.Core.CIM.CIMStroke
    angle
    The angle for the hatch pattern.
    separation
    The separation for the hatch pattern.
    offset
    The offset value. ArcGIS.Core.CIM.CIMHatchFill.OffsetX and ArcGIS.Core.CIM.CIMHatchFill.OffsetY will get set to this value.

    Return Value

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also