Hi there,
I am trying to extract the attribute in a block. I have tried to use “ObjectExtensions.GetParameters” script, but it seems that is not showing all attributes from the block.
Please help and thanks in advance.
Block attribute.dwg (1.5 MB)
Hi there,
I am trying to extract the attribute in a block. I have tried to use “ObjectExtensions.GetParameters” script, but it seems that is not showing all attributes from the block.
Please help and thanks in advance.
Hi @Seanc9XFAH,
I think the BlockReference.AttributeTags and BlockReference.AttributeByTag nodes will help with this.
Hi @zachri.jensen ,
Thank you very much. I have got the attributes by these two scripts that you mentioned.