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();
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();
@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.
@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.
Can't find what you're looking for? Ask the community or share your knowledge.