Re: Micorstation select series 2 V8i c#/VBA
Hi bjasti,I hit this kind of problem several times myself.Most times I built a Hashlist in memory, using the mslink as key-value and stored the ElementId. Every time the User changed the design file...
View ArticleRe: Export coordinates from elements (cells)
Hello Lorys,I do not know if I have understood what you mean...., and yes I never work with tags, so I did not have any experience with.Is that correct, that for each cell I place I have to edit the...
View ArticleRe: Export coordinates from elements (cells)
Hi Raphael,would be helpful if you could provide a sample dgn.Regards, Stefan.
View ArticleRe: Micorstation select series 2 V8i c#/VBA
Like Jan, I think a Dictionary<> will be the most effective construct. It's up to your choice, if you build 2 of them or build a single one, where you store the information of both the line and...
View ArticleRe: Export coordinates from elements (cells)
Kei-KooYou still have to tell us, how you'll define that grid (graphical element vs. known coordinates), from this perspective Stefans request for an example might be really helpfull.On the other hand...
View ArticleRe: Export coordinates from elements (cells)
Hi Stefan,of course, please attached a sample dgn.On top and right part of the border you can see the border raster, from 1 to 38 and from A to Y.On the drawig, 2 type of cells whose coordinates I want...
View ArticleRe: Export coordinates from elements (cells)
Hi Michael,Thanks to be still here.The sample dgn explains how the grid is define.I want to insert the results into a table on the drawing.Generating a table with all the coordinates automaticaly would...
View ArticleRe: Export coordinates from elements (cells)
Raphael,Thanks for posting the dgn file, that helps a lot.Getting the x.y coordinates of the cells in the file is no problem. Set up an ElementEnumerator either from ScanCriteria, Selection Set, or...
View ArticleConvert MVBA Rotation.RowX.X to .NET.
Hello,I would like to convert this line of code below to .Net:If otextElement.Rotation.RowX.X <> 1 thenIn .Net below is the line of the code I tried:if(oTextElement.get_rotation)However, I...
View ArticleRe: Convert MVBA Rotation.RowX.X to .NET.
I got it already. oTextElement.get_Rotation().RowX.X
View ArticleError message caused into to the microstation v8i s3
Hello,We are a company that uses MICROSTATION software to deploy our own solution “Dkmètre” that we have developed with the C and MDL languages.Our solution operates correctly with the series 1 and 2...
View ArticleRe: Error message caused into to the microstation v8i s3
Do you supply an email address & description of the problem in the designated area and submit to Bentley?
View ArticleRe: Error message caused into to the microstation v8i s3
I see that dialog often during development. It is caused by an MDL program, often through a memory leak.Since you have posted no code, we can't provide any further diagnosis.cdiTech:We modify the...
View ArticleRe: Error message caused into to the microstation v8i s3
Not sure, if the submission would result in any response (at least I never got any response). But beside this, that screenshot is the most unvalueable thing you might provide for any error in this...
View ArticleRe: Error message caused into to the microstation v8i s3
cdiTech:Yes, I didHmm. Is that enigmatic or simply terse?
View ArticleRe: Error message caused into to the microstation v8i s3
Could you Zip the MicroStation Temp directory and either post here for review, or private message me the necessary files? Once received I can review the ExceptionHistory events and the associated...
View ArticleRe: Export coordinates from elements (cells)
Hi Raphael,I wired the enumerator that is running through your cells...Hope it helps.Now you should provide a clever algorithm to get your column/row from the cell origin?Public Sub...
View ArticleRe: Error message caused into to the microstation v8i s3
@ Jon Summersthis was my answer to mwlong's question"Do you supply an email address & description of the problem in the designated area and submit to Bentley?"
View Article