Hi,
also the RoomTag class has a TagText property.
As already pointed out, IndependentTag and RoomTag are completely different classes.
They are not derived from one another but from Element, their common ancestor.
You cannot a RoomTag element as an IndependentTag because it is not derived from it.
Cast the Elements as RoomTag, get their RoomTag.TagText property, and you are done.
Revitalizer