RE: [CONNECT C++] .NET Framework build warning in C++ project
It appears (to me) that .NETFramework 4.5.2 *is* included (I had to create a deployment package for install), but checking my "Programs and Features", it appears to NOT be installed...Maybe because I...
View ArticleRE: [CONNECT C++] .NET Framework build warning in C++ project
I've installed .NET Framework 4.5.2 and that message no longer appears in a CONNECT Update 4 C++ project build.
View Article[CONNECT C++] .NET Framework build warning in C++ project
After installation of CONNECT Update 4 SDK, I now see this warning when building a C++ project... Q:\Examples\CONNECT\MicroStationAPI\Dependency\BoxDependency\BoxDependency.mke : warning MSB3644: The...
View ArticleRE: [CONNECT SDK] .NET Framework version
[quote user="Robert Hook"]Check to see if installing .NET Framework 4.5.2 resolves the issue?[/quote]It removes the yellow error message when I build all example projects, and it fixes a similar...
View Article[CONNECT SDK] .NET Framework version
Installed CONNECT Update 4 and the SDK. I rebuilt all the SDK examples. The C++ examples build OK, but the .NET examples advise me that "warning MSB3644: The reference assemblies for framework...
View ArticleRE: Run Microstation macro from Excel
[quote user="sachin patel"]Dear Developer,Uploaded Macro (excel macro) here.Description of macro :This macro can Extract all the text from Any microstation DGN file to Excel . If user have multiple...
View ArticleRun Microstation macro from Excel
Hello,I Have Atleast 300 2D non-intelligent Microstation DGN files. Each file containes Piping Isometrics Generated From "Smart Plant Isometrics".Each file having few support Tags written in it. each...
View ArticleRE: How to Automatically Label Many Elements at Once using Property Fields
I think there is a way to bulk annotate but it depends what you want to label the lines with ie length, level name, colour...This approach is not really programming but a work flow non the...
View ArticleHow to Automatically Label Many Elements at Once using Property Fields
I have many line strings that I wish to label with a property field using the annotate - place text along command. I can only label one string at a time. Is there a way to select all strings and...
View ArticleRE: [Connect C# AddIn] Problem with Text Style
Hi Nenad, I can confirm there was a Defect 527191 related to VBA textstyle properties in CONNECT Edition, which is solved now with the recent Update 4 release 10.4.0.46. This also affected COM based...
View ArticleRE: VBA multiline note text
What if you build a custom cell lets call it VBA1000 (and say it lives in a special folder for the vba to find it ) and that is made from a real note leader and the origin of cell is the...
View ArticleRE: [CONNECT C++] Is Element Graphical?
Given ElementHandle eh, you can test nullptr != eh.GetDisplayHandler()
View Article[CONNECT C++] Is Element Graphical?
How should we test an element to find if it's graphical? Do we still have to delve into the element header struct and test the ehdr.isGraphics bit?
View ArticleRE: [CONNECT C++] CONNECT equivalent callback for...
Was this addressed in CONNECT Update 4 SDK?
View ArticleRE: [CONNECT C++] GeoCoordinates Usage
Hi Bruce, The library is not available in the current/latest SDK release. The defect Artur filed and referenced above will correct and prevent any future issues related to this missing library. In the...
View Article[CONNECT C++] GeoCoordinates Usage
Trying to determine how to convert this from V8i to CONNECT:MstnGCSP pModelGCS = NULL; pModelGCS = Bentley::GeoCoordinates::MstnGCS::FromModel(currentModel, TRUE); Bentley::GeoCoordinates::DgnGCS ????...
View ArticleRE: VBA multiline note text
I'm not able to do that because the text will be different for each placement. The first project this script will be used in will be to label lat/long and point info on about 6650 data points collected...
View ArticleVBA multiline note text
Hi all. I'm having some trouble with a script I'm writing in VBA for MS V8i SS3. I'm trying to insert a note without the word processor window opening, as this is part of a loop that runs a few dozen...
View ArticleRE: [CONNECT C++] CONNECT equivalent callback for...
Bruce, Defect 643066 is not available in Update 4 software. Bob
View Article