Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

bc56b3f0 3933 85c9 2a92 7053448b80e3

haplokuon edited this page May 6, 2023 · 1 revision

HatchPattern(String, String) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the HatchPattern class.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public HatchPattern(
	string name,
	string description
)

VB

Public Sub New ( 
	name As String,
	description As String
)

C++

public:
HatchPattern(
	String^ name, 
	String^ description
)

F#

new : 
        name : string * 
        description : string -> HatchPattern

Parameters

  String
Pattern name, always stored as uppercase.
  String
Description of the pattern (optional, this information is not saved in the DXF file). By default it will use the supplied name.

See Also

Reference

HatchPattern Class
HatchPattern Overload
netDxf.Entities Namespace

Clone this wiki locally