Code: Select all
CellGetS ('}ElementAttributes_Dim_Name', element1, element2)
Code: Select all
AttrS ('Dim_Name', element1, element2)
To summarize, the approach used to get an element's attribute involves going to the control cube and getting the value. While we have traditionally been using built-in function of AttrS or AttrN to get the value.
Is there an advantage of one over the other, be it in terms of maintenance or performance or locking etc? I can't think of any; however, I am curious to hear how others weigh on this usage.
Thanks much!