Hi guys.
I have some test code that creates some count of zero-length lines with some size, color and random coordinates:
ISessionMgrR sessionMgr = ISessionMgr::GetManager();
DgnModelRefR model = *sessionMgr.GetActiveDgnModelRefP();
DgnPlatform:…
Hello,
I am trying to change the Text of a cell with the Microstation C++ Api.
The Code I am using is working well on normal Text Elements. But in a Cell the "ReplaceInModel" returns an Error (69645)
void TextTool::textChange(EditElementHandleP…