CADLineType Description field

Discuss and ask questions about CAD .NET library.

Moderators: SDS, support, admin

Post Reply
bayramakgul
Posts: 2
Joined: 01 Aug 2024, 19:48

CADLineType Description field

Post by bayramakgul » 03 Aug 2024, 20:15

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

support
Posts: 3271
Joined: 30 Mar 2005, 11:36
Contact:

Re: CADLineType Description field

Post by support » 21 Aug 2024, 15:53

Hello,

You can find the information about CADLineType at https://cadsofttools.ru/help/cadnet/ind ... ers--.html

Andrei
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

bayramakgul
Posts: 2
Joined: 01 Aug 2024, 19:48

Re: CADLineType Description field

Post by bayramakgul » 19 Oct 2024, 18:01

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 ).

support
Posts: 3271
Joined: 30 Mar 2005, 11:36
Contact:

Re: CADLineType Description field

Post by support » 21 Oct 2024, 11:07

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.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

Post Reply