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
371 Views, 1 Reply

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

@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  

Technology Administrators


Autodesk Design & Make Report