 | 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
Syntaxpublic static HatchPattern FromFile(
string file,
string patternName
)
Request Example
View SourceParameters
- 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:
HatchPatternA Hatch pattern defined by the pat file.
See Also