[V8i SS2 C# .Net]
I am trying to get an addin to work that launches and runs microstation in the background on windows server 2012 R2. The purpose of the addin is to convert DGN's to PDF's with appropriate levels and...
View ArticleI want to know, how to find minimum and maximum points of current View in...
Hi,OS: Windows 7Software : Microstaion v8 2004I want to know, how to find minimum and maximum points of current View in Microstation VBA, below is the code which I have triedSub...
View ArticleHow to maintain cell size equal while zoom in zoom out in microstation vba?...
How to maintain cell size equal while zoom in zoom out in microstation vba? Using Microstation2004 V8 in windows 7.Regards,Uday
View ArticleHow to get View Min and Max points in Microstation Vba?
Hi,How to get View Min and Max points in Microstation Vba?Using Windows 7 and Microstation2004 V8.
View Article[MS V8i c++] a question about function ----...
while I used this function, I constructed the parameters "loftpath" by two ways. one is start a tool of ElementSetTool, as the code below:bool BaseLine::OnModifyComplete(MstnButtonEventCP ev) {...
View Article3D Text Extrusion through VBA
HI Team,I need to Extrude Text Element,I am trying following method but its not workingDim oEleText As TextElementBasePnt= Point3dFromXYZ(0, 0, 0)Set oEleText = CreateTextElement1(Nothing, "Some Text",...
View Article[CE U13 C#] XAttributeChangedEvent XAttribute.ID wrong value
With Update 13, the XAttributeChangedEvent now has the XAttribute Property buteventArgs.XAttribute.IDeventArgs.XAttribute.HandlerIdboth give me the same value 0x17010000.I've created the Element in V8i...
View Article[V8i SS3 VBA] Create non-associative patterns
Hello,I want to create non-associative patterns using VBA, I tried to use CreateHatchPattern1 method but it gave me only associative pattern.So, It is possible to create an non-associative pattern with...
View ArticleSaved view is not restored in 64 bit Connect Edition
Hi all,I am quite new to Microstation. We have some Macros running well on 32 bit Microstation version 08.11.09.089. When we change to use 64 bit MicroStation Connect version 10.12.00.40, there are...
View ArticleC# Materials on levels in MicroStation v8i
HiWe are doing the c# equivalent of: (Using dll imports)Functionality developed in MicroStation v8i (08.11.09.357 )//CodemdlMaterial_initialize()mdlMaterial_load(...)MaterialProperties* material =...
View ArticleCreate transient Element in Microstation 2004 v8
Hi,I want to know, how to create transient Element in Microstation 2004 v8 using mvba, I cannot find it in help of ustn 2004 VBA (in windows 7 os)can you suggest how to do it, if possible to use mdl...
View ArticleCan I set the SaveAs Options in VBA? Ie Set the Remap CSV File
Hi,Microstation CE Update 13, or OpenRoads Designer CONNECT Edition 2019 R2I have a form and want the user to use a checkbox to determine which CSV remapping file will be used for linestyle remapping....
View ArticleReference Attachments
How do I get Reference Clip information form Reference file attached in Master File in Microstation V8?
View ArticlePulling Cell Information Based on Color
Hi All,So my company is currently trying to automate our Bill of Materials (BOM), as currently it is all done manually. so I have designed a code which pulls all cell names off of a DGN. File and...
View ArticleReference Origin & Master Origin
How to get the masterOrigin and referenceOrigin form Reference file attached in Master File in Microstation V8?
View ArticleDLL not unloaded, after MDL is closed (C++, v8i)
Hello,I am just writing a short MDL for v8i (select series 4) in C++ that should mark all Elements in the file (by changing the line-weight), that fit to certain Database-criteria.There is a Modal...
View Article[V8i C++] MstnViewTool with element selection and RedrawElems
Hi,I would like to implement a tool which after right click will return to a previous tool in use - like for example the Pan View tool. I found that it should inherit from the MstnViewTool . However my...
View Article[Mstn CE VBA] Turn off Undo capabilities
Hi,I have a VBA routine that deletes lots of elements (after copying\converting a file from dwg to dgn). I am noticing that I am getting a lot of disk activity to the...
View Article[CONNECT C++] Picklist class
The Picklist class inherits from RefCountedBase...struct PickList : public RefCountedBaseUnlike other classes that inherit from RefCountedBase, Picklist looks like a normal C++ class: it has a public...
View Article