Attributes

Discuss and ask questions about CAD .NET library.

Moderators: SDS, support, admin

Post Reply
JormaS
Posts: 5
Joined: 03 May 2007, 18:15
Location: Italy

Attributes

Post by JormaS » 18 Sep 2007, 22:58

Hi Sergey,
This question is about attribute definitions. Can you give me an example to check, set or unset options like constant, preset, etc in an attribute definition? Are stored ad bit coded values?

Thanks in advance. J.Sturari.

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

Post by support » 19 Sep 2007, 13:46

Hello Jorma,

CADAttrib.Flags:

1 = Attribute is invisible (does not appear)
2 = This is a constant attribute
4 = Verification is required on input of this attribute
8 = Attribute is preset (no prompt during insertion)

Sergey.

Please post questions to the forum or write to support@cadsofttools.com

Post Reply