When we have multiple DGNLib's loading there seems to be a precedence where if two library files assign the same type of data then only the first one is assigned.
DGNLib_1 -> Level_1 Weight =0
DGNLib_2-> Level_1 Weight =2
DGNLib_1 seems to always take precedence in assigning attributes.
Can we have a Config variable to choose which DGN Library assigns the property?
MS_DGNLIBLIST_PRIORITY= 0 | 1
=0 OR unassigned; means the first DGN that assigns the same feature is used.
=1 means the last DGNLib that assigns the feature of the same name, is used.