Area Name; Number

I am trying to associate the room data from CAD to Area in revit, but cant seem to find any appropriate node similar to Room.ByLocation

So you’re trying to set parameters on the Area you just created? If so, just use the SetParameterByNameAndValue node.

1 Like

I suppose more context is needed to clarify what im trying to achieve: getting a value from cad text and push it to area name value, however, since text value comes as a multiline, i need to isolate just the name value and replace it in revit:

Split the value by the return and then take the first item in the list for each.

1 Like

Thanks Sean, it worked, there is probably a cleaner option, but it worked in my case:

1 Like