Hatch(String, IList<ICurve>, Plane) Constructor

List of contours constructor.
Public Sub New( _ 
ByVal patternName As String, _ 
ByVal contours As IList(Of ICurve), _ 
Optional ByVal pln As Plane = null _ 
)
This language is not supported or no code example is available.
public Hatch( 
string patternName
IList<ICurve> contours
Plane pln = null 
)
This language is not supported or no code example is available.

Parameters

patternName
string

The hatch pattern name

contours
IList<ICurve>

The list of planar contours

pln
Plane

The contours plane

.NET Framework

Supported in: 4.8

In this article

Definition