Click or drag to resize

HatchPattern Constructor (String, String)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the HatchPattern class.

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

Parameters

name
Type: SystemString
Pattern name, always stored as uppercase.
description
Type: SystemString
Description of the pattern (optional, this information is not saved in the dxf file). By default it will use the supplied name.
See Also