Click or drag to resize

HatchPattern Constructor (String, String)

Initializes a new instance of the HatchPattern class.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public HatchPattern(
	string name,
	string description
)

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