Click or drag to resize

DXFReaderNETControlReadHatchPatternsFromFile Method

Returns a list of pattern objects from the definitions in a pat file.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public List<HatchPattern> ReadHatchPatternsFromFile(
	string PATFileName
)

Parameters

PATFileName
Type: SystemString
Pat file where the definitions of hatch patterns.

Return Value

Type: ListHatchPattern
A list of pattern objects contained in the pat file.
See Also