Community
AutoCAD Forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How To Insert,Delete Fields in Attributes

1 REPLY 1
Reply
Message 1 of 2
Anonymous
419 Views, 1 Reply

How To Insert,Delete Fields in Attributes

Anonymous
Not applicable

I get list filed child in field of attribute. I try find property support it but i only see property SetField() but SetField() is Field in Attribute not insert Field Child to FieldList.

var attRef = Tr.GetObject<AttributeReference>(attRefId, OpenMode.ForRead | OpenMode.ForWrite);
var fieldId = attRef.GetField();
var fieldList = field.GetChildren();



0 Likes

How To Insert,Delete Fields in Attributes

I get list filed child in field of attribute. I try find property support it but i only see property SetField() but SetField() is Field in Attribute not insert Field Child to FieldList.

var attRef = Tr.GetObject<AttributeReference>(attRefId, OpenMode.ForRead | OpenMode.ForWrite);
var fieldId = attRef.GetField();
var fieldList = field.GetChildren();



Labels (1)
1 REPLY 1
Message 2 of 2
Valentin-WSP
in reply to: Anonymous

Valentin-WSP
Mentor
Mentor

@Anonymous ,,

 

You may have to expand your explanation, but may find some answer from these links:



Please select the "Accept as Solution" button if my post solves your issue or answers your question.


Emilio Valentin
0 Likes

@Anonymous ,,

 

You may have to expand your explanation, but may find some answer from these links:



Please select the "Accept as Solution" button if my post solves your issue or answers your question.


Emilio Valentin

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

AutoCAD Inside the Factory


Autodesk Design & Make Report