RE: Deficiency in Microstation V8 basic tag macros
In addition to Jan's answer, your example code would never work![quote user="John Kapopoulos"]Dim inElem as MbeElement if inElem.isTagged = 1 then End If[/quote]Dim inElem As MbeElementYou have...
View ArticleDeficiency in Microstation V8 basic tag macros
All Microstation V8 basic macros examples related with tags give out the message "Object variable not set"Even the simplest example :Sub main Dim inElem as MbeElement if inElem.isTagged = 1 then End If...
View ArticleRE: [Connect update 4] Problem with Text Element justification
Hi Artur,Thanks for replay,I wonder the same as Jan, does API follow this change?I have to say, I do not understand this, because there is a function "Edit Text" and this function does opposite of...
View ArticleRE: [CONNECT C++] .NET Framework build warning in C++ project
I finally installed the .NET 4.5.2 "Developer Pack" (NDP452-KB2901951=x86-x64-DevPack.exe) which (so far) seems to have resolved the "missing 4.5.2 message".
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: VBA error
Hello Frank,I have moved your post from the generic "Products" forum to the MicroStation Forum.Do either of these wiki articles help?Errors while attempting to load VBAErrors Attempting to Load VBA...
View ArticleRE: VBA error
Thank you Jesse, problem solved. Do you know where can I get Microstation macros and how to install them (which folder) Respectfully, Frank Deldjoui P.E.
View ArticleRE: VBA error
Great, glad it helped. For your new question, does this help?communities.bentley.com/.../22610.using-a-vba-macro If not, I defer to our MicroStation experts.
View ArticleVBA error
I am getting the following error at the time of launching a macro. windows 7 platform. 64 bit, Microstation version 08.11.09.829VBA interface error failed creating the application object...
View ArticleRE: Properly close excel file after reading it in VBA
90% of Jon Summers answers are useless.... no wait 100%. Thank you for a useful answer Heat.
View ArticleProperly close excel file after reading it in VBA
How should I be closing an excel file that I have just read in VBA? It is leaving an excel.exe process in the tasks after completing.Sub SelectWorksheet() Dim oExcel As New Excel.Application Dim...
View ArticleRE: VBA error
[quote user="Frank Deldjoui"]Do you know where can I get MicroStation macros?[/quote]There are a number of example VBA projects delivered with MicroStation. Look in your MicroStation workspace...
View Article[CONNECT C++] How big is an Associative Point?
MicroStationAPI header file DgnPlatform.h declares the AssocPoint struct...struct AssocPoint { UShort buf[20]; };MicroStationAPI header file DependencyManagerLinkage.h provides this macro...#define...
View Articlebentley.interop.microstationdgn.dll for Python
Hi, i have been trying to access bentley.interop.microstationdgn.dll through Python. I am aible to load library, but I have problem to get active MicrostationApplication. Then I try to create...
View ArticleRE: bentley.interop.microstationdgn.dll for Python
Please follow the MicroStation Programming forum best practices.Identify Your PlatformPlease identify the version of MicroStation, or other product such as PowerDraft, that you are using: MicroStation...
View ArticleRE: bentley.interop.microstationdgn.dll for Python
Hi Jon,I am using Microstation V8i(Selectseries 3) 08.11.09.608. Windows 8.1 Enterprise, 64 bit operating system..I use Python 2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit (Intel)] on...
View ArticleRE: bentley.interop.microstationdgn.dll for Python
[quote user="peter bojarov"]My code was just trial based on example[/quote]He's using IronPython not regular Python. I would expect IronPython to work better with COM and .NET than regular Python.
View ArticleRE: [CONNECT C++] .NET Framework build warning in C++ project
Thanks John - worked for me as well and I didn't have to uninstall 4.6 first!
View ArticleRE: Properly close excel file after reading it in VBA
Please review the Communities guidelines when posting content on this site. Failure to follow these guidelines will result in immediate censure.Thank you for your cooperation.
View ArticleRE: bentley.interop.microstationdgn.dll for Python
Hi Peter,[quote user="peter bojarov"]I use Python 2.7.6[/quote]it's still not clear what Python do you use :-(Python 2.7.6 can be both "classic Python" (CPython) and IronPython. They are very different...
View Article