Re: How to get or set sheet definition Border Attachment [VBA]
Jon,You win one too.Thanx
View ArticleRe: Set Design File vba or key-in highlight color and Selection Color V8i is...
Special Thanks to Phil, who bails me out so many times. Due to the help toward Key-in commands I was able to figure out the following for setting Layers via Key-in, ' Start a command...
View ArticleRe: Set Design File vba or key-in highlight color and Selection Color V8i is...
Hi Richard,I'd like to ask why do you use VBA to send key-ins to MicroStation? If there is not some specific requirement not discussed in this thread, it's bad approach to do it this way ... it's...
View ArticleRe: (v8i SS3 VBA) Trying to bring in contours from ArcMap to MS but elvations...
Hi Matt,MS_ELEVPROP_AS_Z is MicroStation configuration variable, which as far as I know works with SHP reference/import only and its usage is quite simple.The workflow is:Prerequisities: You have...
View ArticleRe: MS v8 2004: capturing user actions and VBA subroutines (weird behaviour)
Ingo,is there any special reason, to use this 3rd party tool for user interactions?You can implement mouse event routines in VBA too.Regards, Stefan.
View ArticleRe: i am going to start mdl programing
Thank you so much Jan .First of all i should say that i found away to convert coordinates from (x,y,z) format to (phi,landa) format in V8i (although i have some problems with geographic coordinate...
View ArticleRe: i am going to start mdl programing
Hi Ehsan,I would like to add some comments, beside Jan's very detailed explanations.I am a Microstation programmer and use several languages. It depends on the goal you want to achive.1) C++ is good...
View ArticleExtracting name property from a Feature Solid
Hi, I have a vba which searches through a model and extracts the cell names and writes the names to a text file.Feature Solids are (or were) cells and the output list would include the names of the...
View ArticleRe: Extracting name property from a Feature Solid
Hi Thor,This similar question has been asked many times before. I think you can use PropertyHandler to get Feature Solid's access string "Description" to get its name "Feature Solid".Sub...
View ArticleRe: MS v8 2004: capturing user actions and VBA subroutines (weird behaviour)
Hi,thanks a lot for your answers. I'm suspecting MicroStation instantiates the VBA/MDL-setup in different ways.Starting the macro using the key-in or starting it directly from the VBA-editor in the...
View ArticleRe: Extracting name property from a Feature Solid
Beside YongAn's helpfull hint, I would suggest to make sure you are using the correct terms. Don't mix FeatureSolids with SmartSolids, they are in fact two different kind of shoes. A Smartsolid...
View Article[V8i C++] OnElementModify() and adding Linkage using...
I'm attempting to apply a Template and add a linkage to an element in OnElementModify(). When the tool completes, I get the element updated with the desired "template", but no linkage is attached. The...
View ArticleRe: How to get or set sheet definition Border Attachment [VBA]
I have a reply started at home that I forgot to hit send. When I get home, I will send it. IT will include my code so far.The mdlSheetDef_setBorderAttachmentId function is giving me issues. It won't...
View ArticleRe: How to get or set sheet definition Border Attachment [VBA]
I believe the byRef accepted the Dlong for the borderAttachmentIdIn - which is the 32 bit pointer, is it not?I am hoping this error has to do with how I am trying to pass the ByVal sheetDefIn As...
View ArticleRe: Extracting name property from a Feature Solid
Thankyou for the reply. Ahh so little time and so much to learn!I can create a VBA to select all the cell elements in a model and all the ordinary Cells and Feature Solids are selected and here is...
View ArticleRe: Extracting name property from a Feature Solid
Hi Thor,You can call MDL API mdlKISolid_isModelerElement to judge if a type 2 element is a Feature Solid. Here is an example: Declare Function mdlKISolid_isModelerElement Lib "stdkisolid.dll" (ByVal...
View ArticleRe: How to get or set sheet definition Border Attachment [VBA]
OK, its official. We need a Bentley Colleagues help. I'm starting a new, specific thread.Thanks for getting me this far, Jon.
View ArticleRe: V8i Compilation Error
Hi friends, Thanks for everyone. Hi Mark, I have commented all the .mo files except sip_tag. Now its working fine thanks Mark.
View ArticleISSD in Microstation V8i
Hi Guys,Need to check where the view is in stereo mode or microstation mode when ISSD loaded in microstation v8i.Actual problem is when ISSD loaded in microstation V8i Zoom in and Out functions are not...
View ArticleRe: ISSD in Microstation V8i
Intergraph ImageStation (ISSD) is a specialised application, which not many people have seen, let alone used. Even fewer people have written applications around ISSD.A little investigation would...
View Article