Page 1 of 1
CADLineType Description field
Posted: 03 Aug 2024, 20:15
by bayramakgul
CADLineType class doesn't have a "Description" field, or am I missing it?
From DXF File format:
https://help.autodesk.com/view/OARX/202 ... 1E34B182AC
3 Descriptive text for linetype
Re: CADLineType Description field
Posted: 21 Aug 2024, 15:53
by support
Hello,
You can find the information about CADLineType at
https://cadsofttools.ru/help/cadnet/ind ... ers--.html
Andrei
Re: CADLineType Description field
Posted: 19 Oct 2024, 18:01
by bayramakgul
I mean; There is a “Description” field for LineType in the DXF file (
https://help.autodesk.com/view/OARX/202 ... 1E34B182AC ), but I could not find a field/property for “Description” in CADLineType Members (
https://cadsofttools.ru/help/cadnet/ind ... ers--.html ).
Re: CADLineType Description field
Posted: 21 Oct 2024, 11:07
by support
Hello,
If you want to create a line type, please see the example in the AddEntities demo (the AddEntities_NetCore folder).
If it's the line name you need please use Linetype.Name.
Kind regards,
Irina.