• A class to help create and modify text element in microstation develop

    In microstation , how to write code to modify a text kind(tag,text node) element always be a nightmare to me.

    For example, when you want to add some interfaces to modify text style separately, like "SetFont" ,"SetTextHeight".....

    , you must write a lot code for each interface to accomplished . The question is the codes for those interface are almost same, but why we need to write them again…