RE: [CONNECT] EC Schema Design
> I'm interested to learn if those unsupported features are potentially usefulIt depends entirely on what your data represents and how you intend it to be used.Inheritance would be useful if you...
View ArticleRE: [CONNECT] EC Schema Design
Hi Paul,[quote user="Paul Connelly"]An Item Type Library supports a subset of the features supported by hand-rolled ECSchemas[/quote]Thanks a lot for your list and the comparison. It's really...
View ArticleRE: [CONNECT] EC Schema Design
Hi Jon,[quote user="Jon Summers"]Have you found any notable differences between the CONNECT class editor and earlier class editors?[/quote]I am not sure if there is "Bentley Class Editor CONNECT...
View ArticleRE: [CONNECT C++] MSElementUnion type
[quote user="Zhen Li"]I used type "MSElementUnion" in my older MDL application. But I can not find in the CONNECT SDK[/quote]The large element union mselement was typedef'd to both MSElementUnion and...
View Article[CONNECT C++] MSElementUnion type
Hi,I used type "MSElementUnion" in my older MDL application. But I can not find in the CONNECT SDK. Where I can find it?Best,
View ArticleRE: [V8i C# Addin] Bentley Product Passwords for Addins
[quote user="Maury"]I am a week waiting for someone from Bentley to get back to me via the Service Requests[/quote]I doubt that the SR people know about the password requirement for third-party DLLs...
View ArticleRE: [V8i C# Addin] Bentley Product Passwords for Addins
Thanks Jon, ill try that email.
View Article[V8i C# Addin] Bentley Product Passwords for Addins
Is there anyone from Bentley on the forum that can generate passwords for my addin to run in: PowerSurvey, PowerCivil, PowerDraft, and MX Roads? I am at a week waiting for someone from Bentley to get...
View ArticleRE: Debug version 3rd party DLL with STL (BentleyMap SS4, NativeCode MDL, C++)
[quote user="FlexiTon ADT"]checked the output of debug process[/quote] = checked the output of build process
View ArticleRE: Debug version 3rd party DLL with STL (BentleyMap SS4, NativeCode MDL, C++)
[quote user="FlexiTon ADT"]I added the above lines in the # Define macros... section [/quote]Not quite sure what you mean by that. In your bmake (*.mke) file you pass a definition switch to the C++...
View ArticleDebug version 3rd party DLL with STL (BentleyMap SS4, NativeCode MDL, C++)
Hi!I am very unfamiliar with C++ linker and buider options and preparing the environment for developing Microstation API. Using the guides available online I managed to get over most of the...
View ArticleRE: [CONNECT C++] native MDL application for the RGBColorDef type
DgnPlatform/DgnPlatform.r.h This ought to get included indirectly by just about any other header you include in your code.
View Article[CONNECT C++] native MDL application for the RGBColorDef type
Hi,I can not find the data type (RGBColorDef) was defined in which head file. Could somebody tell the file name which defines it?Best,
View ArticleRE: How to load template items into a button group on the ribbon
Thank you Jon and Jan, indeed this is for Connect. Can the named expressions be used to load template elements into ribbon buttons?
View ArticleRE: How to load template items into a button group on the ribbon
Hi,[quote user="rayjoslyn"]Can the named expressions be used to load template elements into ribbon buttons?[/quote]I am not quite sure if just a wrong terminology is used or there is a misunderstanding...
View ArticleRE: How to load template items into a button group on the ribbon
Jan, Sorry for the confusion, it is element templates that I want to use. I have element templates defined in my dgnlib and upon loading a dgn I would like for them to be added (dynamically, they don't...
View ArticleRE: Debug version 3rd party DLL with STL (BentleyMap SS4, NativeCode MDL, C++)
Yes, that's it! It would have been hard to puzzle it out by myself... There's 12 topic on search to 'MKE' in MicroStation Programmer Guide, but it not mentioned at all. This cdefapnd.mki magic can be...
View ArticleRE: How to load template items into a button group on the ribbon
Hi,the requirement is clear now and it's substantially different from how it was formulated originally, especially because of "dynamic" word. You are right it cannot be achieved automatically, so you...
View ArticleSaving Textstyles using VB or Basic MACRO
Hi All, I am having an issue trying to modify text styles in a dgnlib programatically. I have tried both a VB and a BASIC Macro and getting the same results. I am trying to change the font on all the...
View Article