Following the examples posted on this Forum, I am experimenting with the DgnLink C++ API.
I can successfully create a File DgnLink and a Folder DgnLink . For example, this is working code (error-catching omitted) …
template<>
bool CreateDgnLink<DgnFolderLinkP…
Here's the DgnLink class hierarchy found in the MicroStationAPI help doc...
When one uses the Add Link tool in MicroStation, three choices are offered...
URL and From File are covered by the types listed above ( DgnURLLink and DgnFileLink ). But…