RE: [CONNECT Update 5 C++] Bmake rule to build Windows resource is broken
[quote user="Robert Hook"]Windows and Web Development > Universal Windows App Development Tools > Windows 10 SDK[/quote]I'm pleased to report that installing that additional Viz Studio 2015...
View ArticleRE: [CONNECT C++] Link problem with Win32 libs
The changes to the MSCE SDK U5 developer shell should be mostly transparent to external and legacy callers; with the exception of dynamically locating and calling the correct Visual Studio (toolset)...
View ArticleRE: Change dimension with VBA, kind of working
Hi Josh, to understand your situation better: Do you use Dimension Styles, so you need to change just one (or a few) style(s) only and the problem is solved or you don't use standardized dimension...
View ArticleRE: Change dimension with VBA, kind of working
Is this better Jan?Sub DIMchaacc() Dim startPoint As Point3d Dim point As Point3d, point2 As Point3d Dim lngTemp As Long Dim oDimensions As ElementEnumerator Dim oDimension As DimensionElement Dim...
View ArticleRE: Change dimension with VBA, kind of working
I've simplified the code a little bit but still have the same problem.Once oDimension.DimensionStyle = oDimstyle to change .PrimaryAccuracy has been used it doesn't work anymore.So if I used this code...
View ArticleRE: Change dimension with VBA, kind of working
[quote user="Josh Kerry"]Is this better?[/quote]Yes.[quote user="Josh Kerry"] O = Len(oRound) IfO = 0 Then oDimstyle.PrimaryAccuracy = msdDimAccuracy0...
View ArticleRE: Change dimension with VBA, kind of working
Hi Josh,thanks for better formatting, as Jon wrote, it's for sure better :-)[quote user="Josh Kerry"]Only have 2 dimension styles at my current work place[/quote]I cannot test it now, but if you use 2...
View ArticleRE: Change dimension with VBA, kind of working
One more note:[quote user="Jan Slegr"]If the styles are defined and applied to elements properly[/quote]Is it possible to share a small example file?Regards, Jan
View ArticleChange dimension with VBA, kind of working
Hello CommunityHaving a small problem when working with dimensions. I'm currently writing a few small dimension programs just to streamline workflow and to possibly add to batch setup later but I've...
View ArticleRE: Using a MACRO to change specific reference file logical names
This can be done. There are some examples on the newsgroup that I tested with code to read the logical name and description in the model properties of attached files and replace the current settings if...
View ArticleRE: Using a MACRO to change specific reference file logical names
[quote user="Taylor Brownlow"]I have reference files in a master file named 12345drng.dgn, 12345reqd.dgn and I need to have something that will go to each file's properties and change the logical name...
View ArticleUsing a MACRO to change specific reference file logical names
I was wondering if it's possible to change reference file logical names using a MACRO for instance:I have reference files in a master file named 12345drng.dgn, 12345reqd.dgn and I need to have...
View ArticleRE: Using a MACRO to change specific reference file logical names
Hi Taylor,[quote user="Taylor Brownlow"]I was wondering if it's possible to change reference file logical names using a MACRO for instance:[/quote]I agree with Chuck and Jon, what you are asking about...
View ArticleRE: [CE5 C#] DimStyleProp Alignment Problem
Dear Artur,Yes, I have tried your suggestion but it was not working. After many trial & error, I found that if I move the dimension element in CE5, it will change back to correct shape, but a...
View ArticleRE: [V8i C++/C#] Native MDL and ProStructures
[quote user="Nick Carter"]The properties/attributes of each item we are interested in are ProStructures specific and can be accessed from the ProStructures .Net API[/quote]If you write a C# AddIn for...
View ArticleRE: [V8i C++/C#] Native MDL and ProStructures
Hi Jon,[quote user="Jon Summers"]If you write a C# AddIn for MicroStation V8i then you are stuck with the VBA (COM) InterOp.[/quote]it's not quite correct. It's possible to use C++/CLI to create...
View ArticleRE: [V8i C++/C#] Native MDL and ProStructures
Hi Nick,[quote user="Nick Carter"] if there is a recommended path to take to access the ProStructures .Net API from within a Native MDL application?[/quote]It's not about ProStructures NET API and...
View ArticleRE: [V8i C++/C#] Native MDL and ProStructures
[quote user="Jan Slegr"]it's not quite correct. It's possible to use C++/CLI to create wrappers around C++ native code[/quote]You're right, of course. I'm biased because I choose not to develop for...
View Article[V8i C++/C#] Native MDL and ProStructures
Hi,I am working on an Native MDL application for my company that will provide an export that is compatible with our application.One of the reasons we opted to use Native MDL was so we could better...
View ArticleRE: V8i - InRoads (SS2/SS4) VBA Help?
I don't recall there being much VBA support for InRoads SS2. For SS4 Bentley delivers an example .mvba project file that has some examples you can edit to meet your needs....
View Article