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

751ee51f 2875 717f 073d 6f9a0bd93242

haplokuon edited this page May 6, 2023 · 1 revision

Description Property

netDxf 3.0.0 Library

Gets or sets the block description.

Definition

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

C#

public string Description { get; set; }

VB

Public Property Description As String
	Get
	Set

C++

public:
property String^ Description {
	String^ get ();
	void set (String^ value);
}

F#

member Description : string with get, set

Property Value

String

Remarks

AutoCAD has an unknown limit on the number of characters for the description when loading an external DXF, while, on the other hand is perfectly capable of saving a Block description that surpasses such limit.
Keep in mind that when saving a DXF prior to the AutoCad2007 version, non-ASCII characters will be encoded, therefore a single letter might consume more characters when saved into the DXF.
New line characters are not allowed.

See Also

Reference

Block Class
netDxf.Blocks Namespace

Clone this wiki locally