I would like to make a text element dependent on some other element. In dependency logic terminology, I want the text element to depend on some root element.
When a user creates text in MicroStation CONNECT, there's an option to make the text associative. Is that another term for dependent?
Can I write code that creates an associative text element that MicroStation will understand? I see that header file DependencyManagerAppid.h#defines DEPENDENCYAPPID_Text. If I create a dependency linkage using that value, how do I tell that linkage that the owning app. is MicroStation rather than my own app.?