I would like to find a way to expose the plot size of a given AutoCad layout within the attributes. There is an attribute for "autocad_space" which gives the name of the layout for each feature, but is there an attribute to expose the actual layout/plot size (ex: "11 x 17").
To explain what I am trying to do - I have many AutoCad drawings that I need to analyze in FME. Many of the drawings have multiple layouts that are the same but different sizes, (ex: 11 x 17 and 24 x 36), but, I would like to focus on only one of them (the 11 x 17). The reason for focusing on one of them is to gather the information from inside of that plot/frame, and excluding any other data from outside of the frame. There is overlap in features if I don't narrow down the frame size.
Any help/advice is welcomed and appreciated.