RE: VBA and Reading DMRS Linkages - Can it be done
The data was in the AttributeID Hex: 57FA Int: 22522.Thanks again for all the help.
View ArticleRE: [CONNECT C++] How to set version number of application
[quote user="Frode Tørresdal"]I would also like to know if there is an easy way to set the version on the dll making it visible on the properties of the DLL.[/quote]Version info is stored in resource...
View ArticleRE: Macro help
Hi Jan Of course, I meant no point are needed for any circles just text. I do not know why my posts are gray :D Hi Martin I guess wrong I use your code. The error "user-defined type not defined"
View ArticleRE: Macro help
[quote user="kamil"]I guess wrong I use your code[/quote]I copied Martin's code and it works for me. Some clarification: two MicroStation VBA modules are needed in your VBA project...A class module...
View ArticleRE: Macro help
I do not know if I'm doing something wrong but still the same ... Annex screenschot
View ArticleRE: Macro help
now it is working. : D Thank you all for your help. Yet the question of what to change in the code to the white line you can see in the picture is not to show in.And the direction of the text was...
View ArticleRE: Macro help
[quote user="kamil"]to sew planted to grow to the direction of text[/quote]It's not clear what is working correctly and what you mean by 'to sew planted to grow to the direction of text'. The...
View ArticleRE: Macro help
.(Please visit the site to view this file) I mean that the text layout was the other way around. ie from minimum to maximum relative value. Just like in the picture and DGN file
View ArticleRE: Grid display will not stay turned off
[quote user="Brian MacCartney"]Is there a key-in that just turns the grid display off?[/quote]set grid off|on|toggleYou must select a view.If you know the view before hand, you can key-in something...
View ArticleGrid display will not stay turned off
The grid display will not stay turned off after turning it off in all views and saving the settings. Each time I have done this it comes back on. I do not need to use it when I am working the 3d model...
View ArticleRE: VBA and Reading DMRS Linkages - Can it be done
Sorry I was unable to provide input on this thread prior to this point and I am glad you were able to progress in your journey with a level of success. Two type of attribute linkages are User Data...
View ArticleRE: [V8i MicroStationAPI] ElementFacetOptions
When you create your class implementation that inherits ElementFacetOptions, you can choose to either define default "public:" stub methods behaviors, or expand on the stub providing your own more full...
View Article[V8i MicroStationAPI] ElementFacetOptions
I'm passing a class that inherits from ElementFacetOptions to my ElementGraphicsProcessor. I need a custom version because I want the facetiser to produce triangles, so I do this...class CMyClass:...
View ArticleRE: CreateTextElement1 Issue
Hi,I have try change the blank dgn file (i was using our company V8 one) and nothing changes.I have debug some points, printing data before / after creation the element, using code like this:Point3d...
View ArticleRE: CreateTextElement1 Issue
Hi Ángela,it probably does not relate to the discussed issue, but I'd like to ask you why do you use the casting to general Element type and not use TextElement?element =...
View ArticleRE: CreateTextElement1 Issue
Hi Jan, First thanks for the atention. I am casting becouse the method has more complexity than I have explained here. I have done that test supresing the cast to Element and nothing changes. I have...
View ArticleRE: CreateTextElement1 Issue
Coud be that I am usingDesignFile planoParcelaDesignFile = Microstation.App.OpenDesignFileForProgram(planoParcelaFXC, false);?
View ArticleRE: CreateTextElement1 Issue
[quote user="Ángela Alonso Fernández"]CouLd be that I am usingOpenDesignFileForProgram(planoParcelaFXC, false)?[/quote]Yes. Unless you have good reason to open a working file, prefer to use...
View Article