Re: [V8i VBA] Non-graphical data for element
I know about Bentley Map, and I know that I want re-invent the wheel.But I have to create application on PowerDraft, PowerSurvey and MicroStation.
View ArticleHelp for API to fetch DGN V8 DRV data records for an Element.
I am working on DGN V8 APIs.Here I am stuck to fetch the corresponding .drv file record data for a DGN Element.What are the APIs that can be used to get this data from .drv file?
View ArticleRe: [V8i VBA] Non-graphical data for element
There are different "flavors" of Bentley Map, including Bentley Map PowerView. If you start with those, you will likely have a lot less work to do upfront as well as code maintenance in the future....
View ArticleRe: [2004 MDL] information needed
Jon Summers: {{ 44*XC, D_ROW( 9), 0, 0}, PushButton, PUSHBUTTONID_Execute, ON, 0, "", ""},Hi Jon,I ve tried it and the result is about to come. would you define me the attributes i ve quoted. i...
View ArticleRe: [V8i VBA] Non-graphical data for element
Nice said Phil, but I have to create application for my customers which have PowerDraft and PowerSurvey. They will not buy new Bentley application and I have to give them solution.
View ArticleRe: Help for API to fetch DGN V8 DRV data records for an Element.
Published Bentley product SDKs and APIs provide the ability to read and/or write information to V8 DGN files that are created with the respective Bentley product. The file format you mention, DRV,...
View ArticleRe: Help for API to fetch DGN V8 DRV data records for an Element.
My intention is NOT to read .drv files.I need to find matching codes stored in DGN Elements that point to correponding Record in DRV file.Is it some Tag or Attribute or Linkage for an Element?
View Article[V8i C++] MicroStationAPI and questions about defining an EditElemHandle
In my tool's header file I have defined a EditElemHandle:private:EditElemHandle m_eehMaster;In the tool's implementation of the OnPostInstall() I read a cell from a library using mdlCell_getElmDscr()...
View ArticleRe: [V8i C++] MicroStationAPI and questions about defining an EditElemHandle
You are creating a non-owning m_eehCurrent and just incrementing the ref count on the MSElementDescr, you won't be able to modify the element data; you'd need to duplicate the element descriptor...I...
View ArticleRe: Help for API to fetch DGN V8 DRV data records for an Element.
manuagrwl: I am stuck to fetch the corresponding .drv file record data for a DGN ElementCould you explain what you mean by '.drv file record data'? What product or vendor defines the DRV format?
View ArticleRe: [2004 MDL] information needed
Have you followed Mark's suggestion and looked at the delivered basic example?basic includes a modal dialog and a push-button (PUSHBUTTONID_OModal) example.
View Article[v8i VBA]How to check a polygon is a clockwise or antclockwise using VBA
Hi All,I am looking for help on checking whether a polygon is clockIwise or anticlockwise(countor clockwise), if its anticlock wise then,it should mark the circle. Is there any function avaible to...
View Articleerror in MKE file
Dear All,I am converting v8 mdl to v8i.While compile code I got the error no rules to build (ref the attached screenshot) and also I have attached mke file for your reference. I have created all the...
View ArticleClipboard Copy String To NotePad (Microstation V8 Using MDL Language)
Hi Guys,Please don't get angry for my question.1) Actually i design one tool for measuring Area in Acres.2) I am Displaying Acres in Label Box.3) After Displaying the Acres in Label Box , displayed...
View ArticleError MKE file
Dear All,I am converting v8 coding to v8i coding, while compiling I got the error as shown in the attached screenshot. I have pasted the MKE file for your reference. And I have created environment...
View ArticleRe: [2004 MDL] information needed
yes i ve checked the example. here i want to know the detail of attribute used.
View ArticleRe: Clipboard Copy String To NotePad (Microstation V8 Using MDL Language)
Hi Daniel,sorry, I know it's not very polite, but I have to ask: Have you even tried to invest few seconds to search MDL API help file for "clipboard" word? It's easy to find there is a group of...
View ArticleRe: [2004 MDL] information needed
Hi sagar,the item structure format is described quite well in MDL help file (MicroStation Programmer Guide) in DialogItemRsc Structure chapter. It's useless to copy-paste information available easily...
View ArticleRe: [2004 MDL] information needed
Thank you Jan, Really i was confused where to search the information.regardssagar..
View ArticleRe: error in MKE file
Include the Necessary FilesThe resource compiler error message provides a clue: "No rule to build ...". The make process requires a rule to build each type of file. There are no rules in your make...
View Article