[Help]Get attribute data from civil 3D block

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 @Seanc9XFAH,

I think the BlockReference.AttributeTags and BlockReference.AttributeByTag nodes will help with this.

1 Like

Hi @mzjensen ,

Thank you very much. I have got the attributes by these two scripts that you mentioned.