Skip to content

ACadSharp.Entities.HatchPattern.Description

Albert Domenech edited this page Jan 24, 2025 · 1 revision

Description Property

Description for this pattern.

Remarks

The description is not saved in dxf or dwg files, its only used in the .pat files.

Definition

Namespace: ACadSharp.Entities.HatchPattern

C#

public String Description { get; set; }

Property Value

String

Clone this wiki locally