Help with block layer name

This is my first attempt at dynamo. I’m trying to extract data from blocks we receive from another company and convert it to cogo points to bring them back into our template. To separate the Sanitary Manhole from the Storm manhole I was trying to get the block layer name to fill into the cogo point name, but not sure how to do it.

any suggestions?

Hi @roanmeyer,

You can use the Object.Layer node for this.

Thanks for the reply. I tried that, but I can’t figure out the sequence.

1 Like

It would go after the Block.BlockReferences node. A “block” is the definition of the block and doesn’t actually exist on a layer.

1 Like

Thank you! It worked.

Roger

1 Like