When a user edit a dimension to add text to the usual "*" this function returns everything as expected. eg ("* min.")
When the user add an additional line (carriage return) into the dimension text ("* min.\n2 of") the function returns no strings. The \n is the new line.
Is there any was to get the additional strings the user has added.
Apologies, yes. I am using MicroStation V8i SS4 using native code.
Simple code to cycle through the dimension segments. Used debugger to inspect the values.
for ( int iLoop = 0; iLoop < mdlDim_getNumberOfSegments ( el ); iLoop++ ) { mdlDim_getStrings ( &dimStrings, &config, el, iLoop ); }
MicroStation V8i, Is Microstation v8i still the last version?
My last message was 9 years ago, then the last Microstation version was also v8i, very strange.
With Regards, Harry Stegeman
For the second time, after you delete my proflle.
I am Harry Stegeman, just search for me, I did answer hundreds of questions in the past. Before 9 years ago.
I am interrested to go back into Microstation architecture again.
No. MicroStation Connect series is the latest. The 64 bit versions. I am planning to focus on .NET c# development in the latest versions.
It has been too unreliable with the add on products so we are still mostly on V8i still.