Forum Post: RE: Export MBVA into text files
[quote userid="2269" url="~/products/programming/microstation_programming/f/microstation-programming---forum/225863/export-mbva-into-text-files/807853"]The MicroStation SDK provides C++ and .NET...
View ArticleForum Post: RE: Export MBVA into text files
[quote userid="1547132" url="~/products/programming/microstation_programming/f/microstation-programming---forum/225863/export-mbva-into-text-files/807846"]and was under the impression that's the only...
View ArticleForum Post: Microstation SDK - where do I find it?
I'm told that Microstation SDK is provided with Microstation (and presumably ORD), but I don't see it on my list of Bentley products. Where do I access it? What do I do once I have it?
View ArticleForum Post: RE: [V8i, ORD] How to prompt the user to click an element, reject...
Hi Derek, sorry for long comments ... I guess last, because the discussion moved from technical to more conceptual discussion ;-) [quote userid="1547132"...
View ArticleForum Post: RE: Microstation SDK - where do I find it?
[quote userid="1547132" url="~/products/programming/microstation_programming/f/microstation-programming---forum/258160/microstation-sdk---where-do-i-find-it"]I'm told that Microstation SDK is provided...
View ArticleForum Post: RE: [V8i, ORD] How to prompt the user to click an element, reject...
[quote userid="2473"...
View ArticleForum Post: RE: [V8i, ORD] How to prompt the user to click an element, reject...
Actually, I love Microstation VBA. It provides enough for me, plus I can't load any of the software for the other ways of programming Microstation. :-)
View ArticleForum Post: RE: Microstation SDK - where do I find it?
[quote userid="1547132" url="~/products/programming/microstation_programming/f/microstation-programming---forum/258160/microstation-sdk---where-do-i-find-it"]I'm told that MicroStation SDK is provided...
View ArticleForum Post: RE: [V8i, ORD] How to prompt the user to click an element, reject...
ILocateCommandEvents [quote userid="1547132"...
View ArticleForum Post: RE: copy item type with properties along with the cell from one...
Hi all, Apologies for late reply. For copy item type with properties along with the cell from one dgn(source) to another dgn(target) I am using following steps and it's working as expected. 1. Created...
View ArticleForum Post: RE: [V8i, ORD] How to prompt the user to click an element, reject...
Jon, why did you feel like you needed to respond to this? Anyway, this post isn't even a question. It's sharing code that works for others who might want to do the same thing. But if you feel like I...
View ArticleForum Post: mdlVec_subtract() vs mdlVec_subtractPoint()
What's the difference from mdlVec_subtract() / ... add() and mdlVec_subtractPoint() / ... addPoint() ? they look like the same
View ArticleForum Post: RE: mdlVec_subtract() vs mdlVec_subtractPoint()
Hi, please respect the best practices and specify what product and version you use! (preferably using standardized subject format) You tagged you question as MDL, which points to MicroStation V7 era,...
View ArticleForum Post: RE: mdlVec_subtract() vs mdlVec_subtractPoint()
Points and Vectors [quote userid="1218253" url="~/products/programming/microstation_programming/f/microstation-programming---forum/258219/mdlvec_subtract-vs-mdlvec_subtractpoint"]What's the difference...
View ArticleForum Post: [CONNECT, OC MAP Advanced Update 16,C++] Element deletion
Hey guys, I have a problem with deletion of elements in CONNECT v10.16.0.80 when using old mdl API (I have to use this API because of the old code base...) I create a new level in connect called "TEST"...
View ArticleForum Post: RE: [CONNECT] Element deletion
[quote userid="1644185" url="~/products/programming/microstation_programming/f/microstation-programming---forum/258222/connect-element-deletion"]When I press delete a callback function is called that...
View ArticleForum Post: RE: copy item type with properties along with the cell from one...
Thanks for this! I will try this and reply how it goes.
View ArticleForum Post: RE: [CONNECT] Element deletion
Hi František, please follow the best practices and specify what product you use! Because "inferred feature" is on your screen capture, I guess you do not use plain MicroStation, but probably some from...
View ArticleForum Post: RE: [CONNECT] Element deletion
int elementCount = NULL; AviMSElementDescrP pDescr = NULL; DgnModelRefP* ppModelRef = NULL; UInt32 lFilePos = 0L; UInt32* ppFilePos = NULL; if(mdlSelect_returnPositions(&ppFilePos, &ppModelRef,...
View Article