Click or drag to resize

HatchPatternFromFile Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Creates a new hatch pattern from the definition in a pat file.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public static HatchPattern FromFile(
	string file,
	string patternName
)
Request Example View Source

Parameters

file
Type: SystemString
Pat file where the definition is located.
patternName
Type: SystemString
Name of the pattern definition that wants to be read (ignore case).

Return Value

Type: HatchPattern
A Hatch pattern defined by the pat file.
See Also