This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 413
751ee51f 2875 717f 073d 6f9a0bd93242
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the block description.
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
String
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.