|
Description
|
Returns/sets the comment at the beginning of the DXF file.
|
Syntax Visual Basic
|
[form.]DXFReader.DrawingComment[ = Text$]
|
|
Visual C++
|
CString DXFReader.GetDrawingComment(); void DXFReader.SetDrawingComment(LPCTSTR lpszNewValue);
|
|
Delphi
|
property DrawingComment: WideString;
|
|
C#
|
string DXFReader.DrawingComment;
|
|
Remarks
|
Setting this property to a non empty value will write on the generated DXF file a comment (group code 999) as indicated.
|
|
Data Type
|
String
|