ArcGIS Pro 2.6 API Reference Guide
ConstructHatchFill Method (SymbolFactory)

ArcGIS.Desktop.Mapping Namespace > SymbolFactory Class : ConstructHatchFill Method
ArcGIS.Core.CIM.CIMColor
The angle for the hatch pattern.
The separation for the hatch pattern.
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 10, Windows 8.1, Windows 7

See Also

Reference

SymbolFactory Class
SymbolFactory Members