Hi,
I place a PythonPart in a room.
I'd like to retrieve the room's name with GetParentElement (I already created the link between the 2).
I tried :
pythonpart = ElementAdapter.BaseElementAdapter.FromNOIGUID(self.modify_uuid_list[0], self.coord_input.GetInputViewDocument()) local = ElementAdapter.BaseElementAdapterParentElementService.GetParentElement(pythonpart)
but it doesn't work
What is the correct syntax ?
PS I want to get the @507@ attribute of the room as in the annotation
Best Regards