[CONNECT] Item Type Property Expression to get Sub Units or UORs

I want to perform an area calculation in an Item Type property using an Expression.  Here's the expression to get the element area:

this.GetElement().Area

However, it looks like that area is expressed in DGN units of resolution (UORs).  I want to divide the element's area by UORs².  How should I extend the expression get the value of UORs in the DGN model where the element lives?  If the element is in a reference attachment I want that model's UORs, not the active model's UORs.