Hatch(String, ICurve, Plane) Constructor

Single contour constructor.
Public Sub New( _ 
ByVal patternName As String, _ 
ByVal outer As ICurve, _ 
Optional ByVal pln As Plane = null _ 
)
This language is not supported or no code example is available.
public Hatch( 
string patternName
ICurve outer
Plane pln = null 
)
This language is not supported or no code example is available.

Parameters

patternName
string

The hatch pattern name

outer
ICurve

The outer contour

pln
Plane

The contour plane

.NET Framework

Supported in: 4.8

In this article

Definition