• MicroStation CE SDK编译C++程序的兼容性?

    Liu Jian
    Liu Jian
    请问不同版本之间的MS CE SDK编译程序的兼容性如何,使用update 15编译的C++ MDL程序不能在MS CE Update17加载,请问是兼容性的问题吗?能否说明下update 15和update 17 SDK编译的C++程序各自兼容哪些版本的MS?
    • Answered
    • 7 months ago
    • Bentley 中国优先社区
    • ◆ 二次开发(MicroStation编程, ProjectWise编程等)
  • [CONNECT C++] Problem using TagElementHandler to create a tag element

    John Majerle
    John Majerle
    I have installed: MicroStation CONNECT Edition 10.15.0.74 MicroStation CONNECT Edition SDK 10.16.02.022 See my test code snippet below. I am getting an exception when calling TagElementHandler::Create(). Stepping in the debugger I find that tagData…
    • over 1 year ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • [CE U16 C++]Best way to connect a desktop gui application sending and receiving large amounts of data

    Jonathan Unseld
    Jonathan Unseld
    Hello, we are currently migrating an application wich was using the COM connection (which isn't possible anymore due to the problem described here: https://communities.bentley.com/products/programming/microstation_programming/f/microstation-programming…
    • over 1 year ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • [OBD SDK Connect Update 8] - modifying Structural Elements with Open Building SDK (STFC-Api)

    Manuel Höger
    Manuel Höger
    Hello, I need to change some Properties of a Steel Beam Element in Open Building Designer Update 8 using the C-Api "stfc-api".. Until now I've been able to read the "LinearMember" out of the EditElementHandle and to change some Properties in it…
    • Answered
    • over 1 year ago
    • OpenBuildings | AECOsim | Speedikon
    • OpenBuildings | AECOsim | Speedikon | Forum
  • [CONNECT C++] What are the mdlTable_* and mdlTableEntry_* replacements?

    Miroslav Mandl
    Miroslav Mandl
    Hello, In V8i we used to use the mdlTable_* and mdlTableEntry_* functions, all from the table.fdf. In the CONNECT Edition (Update 14) these general functions are missing. In what way can we achieve the same functionality? mdlTable_addEntryDescriptorToChain…
    • over 2 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • Enable/Disable Ribbon Buttons using Named Expressions?

    Rajesh Varatharajan
    Rajesh Varatharajan
    Hi, I am working in MicroStation CE Update15. I need to enable /disable ribbon menu buttons based on a variable value. When i searched in community, many suggestions was can be done through "Named Expressions". Please provide me an simple…
    • over 2 years ago
    • Product Administration
    • Product Administration Forum
  • Using aaApi_CopyDocument and aaApi_UpdateLinkDataColumnValue

    Geoffrey Samples
    Geoffrey Samples
    Hello, I'm working through an issue that involves copying a document and then updating the attributes on that document based on a form that a user has filled out. Below is how I'm using the copy function: bCreateDocSuccess = aaApi_CopyDocument(SourceProjectIDVector…
    • Answered
    • over 2 years ago
    • ProjectWise Programming
    • ProjectWise Programming Forum
  • How to activate particular parametric set/variation?

    Nirajchandra Gode
    Nirajchandra Gode
    Microstation Connect Edition Update 14 - C++ Native - SDK In a particular model, I have added one variation/Parametric set using API - (IDgnComponentDefinitionModelHandler) -> CreateParameterSet(). I have also created associated variables with this…
    • over 3 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • mdlSelect_returnPositions API documentation seems incorrect in Microstation Connect SDK.

    Michael Gravel
    Michael Gravel
    mdlSelect_returnPositions API documentation says you have to Free returned memory. It causes crashes if I do. Do you still need to Free this memory in Microstation Connect SDK? See code sample below. void WatchMeCrash() { DgnModelRefP *fileNums; …
    • over 3 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • SDK API for obtaining and setting the "Locate Tolerance".

    Michael Gravel
    Michael Gravel
    A user can run a key-in command: "Set Locate" to query the current "Locate Tolerance" or key-in "Set Locate = 15" to set the "Locate Tolerance" How is this accomplished problematically using the SDK? Thank you.
    • over 3 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • [CONNECT C++] Error LNK2001 calling function from another cpp file

    Stefano Beccaletto
    Stefano Beccaletto
    Hi, I already asked a similar question and the problem was a missing library in the *.mke file. At the moment I have my "main" .cpp file and I want to call an Initialization function from another .cpp file. I did it in a similar way to the "exampleSolids…
    • Answered
    • over 3 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • [CONNECT C++] SmartFeature Error LNK1120 while trying to compile

    Stefano Beccaletto
    Stefano Beccaletto
    Hello everyone, I'm new as a MicroStation developer and I'm trying to code an AddIn in C++ that extract the Smart feature tree from a DGN file. The problem that I have at the moment is a compiler error using bmake. This error it appears only if I'm…
    • Answered
    • over 3 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • Credential Expiration

    David Hahn
    David Hahn
    Hey all, I'm hoping someone can point me in the right direction. I have a window service that uses the projectwise APi to login, connect to a datasource, preform various operations to get data from projectwise, including copying files out of the system…
    • Answered
    • over 4 years ago
    • ProjectWise Programming
    • ProjectWise Programming Forum
  • [Connect | V8] [C# | C++ SDK] Finding Xattributes quickly and selectively, without the detour via "search element"?

    Volker Hüfner
    Volker Hüfner
    To work with Xattributes, you need an ElemendHandle whether you work in managed or native code. But what will be best practice to find some elements in such a case: DGN with some several thousand elements Some 3% elements with Xattributes …
    • Answered
    • over 4 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • [MSCE c++]请问有没有给元素增加link的例子?

    Zemin.Li
    Zemin.Li
    给元素增加file, uri, keyin类型的link,不是通过sendKeyin的方式,不知道通过mdl如何实现,麻烦老师了。
    • Answered
    • over 5 years ago
    • Bentley 中国优先社区
    • ◆ 二次开发(MicroStation编程, ProjectWise编程等)
  • [MS CE C++] 如何实现类似修改模型比例,文字大小自动更新的功能

    Zemin.Li
    Zemin.Li
    放置文字的时候,打开注释比例开关,文字加入model之后,修改model的注释比例,文字能实时的更新大小。这样的功能如何应用到其他的元素呀?modelRef->GetModelInfoCP()->GetIsUseAnnotationScaleOn()函数获取model 注释比例的开关状态,在载入mdl程序之后也是没有不起作用的,只是在载入之前改变状态有作用,不知道为何?麻烦老师解答下。
    • over 5 years ago
    • Bentley 中国优先社区
    • ◆ 二次开发(MicroStation编程, ProjectWise编程等)
  • [MS CE C++] R资源对话框的问题

    Zemin.Li
    Zemin.Li
    1、所有的子控件不能靠左对齐; 2、combox控件选择条目后,显示不正常; 3、子控件内容默认值的设置错误,BIW_rebarLeaderMDLglobals biw_rebarLeaderMDLglobals = {30, 2000, 8, 2}; 4、编译错误(程序可以运行); 2703.BIW_rebarLeaderMDL.rar
    • Answered
    • over 5 years ago
    • Bentley 中国优先社区
    • ◆ 二次开发(MicroStation编程, ProjectWise编程等)
  • ProStructures API or SDK

    Jon Summers
    Jon Summers
    Does ProStructures or ProSteel provide an API ? Is the API included with the product or provided with a separate SDK ? What languages are supported? VBA C# C++ Glossary API: Application Programming Interface SDK: Software Developer…
    • Answered
    • over 6 years ago
    • ProStructures
    • ProSteel Forum
  • getting started with the projectwise sdk using c++

    Kevin
    Kevin
    This is probably already well covered with a wiki or previous question post or something like that. If so, I apologise, please refer me to the URL and we can delete this duplication. C++ with Visual Studio Pro 2013 I start a new CLR Empty Project…
    • Answered
    • over 8 years ago
    • ProjectWise Programming
    • ProjectWise Programming Forum
  • Loosing header file - Debug vs Release, InRoads SS2 c++

    Hugues Paquet-Blanchette
    Hugues Paquet-Blanchette
    We try to modify sample_app for PowerInRoads SS2, c++ apps. By changing configuration, we have this behavior: header file SCadFTR.h seems to be lost ? We can build "sample_app", but, just in debug mode. Any clues on what append ? Just InRoads…
    • over 8 years ago
    • OpenRoads | OpenSite
    • OpenRoads | OpenSite Forum
  • Procedure to build first MicroStation DLL

    lingam Rajendran
    lingam Rajendran
    Hi, I am a new bie to MicroStation SDK. I am using MicroStation V8i(select series 2). MicroStation V8i(select series 1) SDK. I have created a dll using C++. May i can know the process to build .mke and .ma files to load in…
    • over 10 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • PW New Project Wizard

    Jemaine Shezi
    Jemaine Shezi
    Hi, I've recently been messing around with the customprojwizard provided as part of the samples in the PW SDK. I noticed that the wizard in the sample does not extend/expose the security interface as the standard wizard does. I've created the…
    • over 10 years ago
    • ProjectWise Programming
    • ProjectWise Programming Forum
  • Projectwise Reference scan

    Chad C
    Chad C
    Is there a way to run the reference scan in code? basically i want to start the ref scan with the user having to enter any information
    • over 11 years ago
    • ProjectWise Programming
    • ProjectWise Programming Forum