Bentley Communities
Site
Search
User
Site
Search
User
Welcome
Products
Support
About
More
Cancel
Browse By Tags
All tags
v8 2004
macros
2004 Edition
cell library
KEY-IN
keyin string
Macro
MDL
Methods
MicroStation
MicroStation 2004 Editon
microstation Microstation V8 2004
Microstation V8 2004
MicroStation V8 2004 Edition Forum
microstation vba
Microstation VBA glitch Code Script
mvba
mvba v8
Programming
search
Text Attributes
training
V82004
VB
VBA
VBA Help
VBNET
Microstation Glitch, settings problem, or poor scripting?
Monkeyasdf
First time posting. I have created a form to edit title blocks. 98% it works just fine but an issue occasionally arises in which an element it places change color depending on which direction you move the mouse over them. If you hover on the element…
over 12 years ago
MicroStation Programming
[Archived] MicroStation V8 2004 Edition VBA Forum
VBA MACRO adding a Line
RJB
I have the following, but cold not get the VBA to copy the added command? 12:01 PM 8/3/2010 - Copied from VBA Macro, but want to add the line below? Sub LocksOn() Dim startPoint As Point3d Dim point As Point3d, point2 As Point3d Dim lngTemp As Long…
over 13 years ago
MicroStation Programming
[Archived] MicroStation V8 2004 Edition VBA Forum
How to run Microstation-BASIC with parameters....
Fahad
How to run Microstation-BASIC with parameters.... I am taking about Microstation-BASIC not VBA. In previous question I learnt how to get keyinarugments in vba. Now I can to know , How to pass parameter to a Microstation-BASIC ??? Good day…
over 11 years ago
MicroStation Programming
[Archived] MicroStation V8 2004 Edition VBA Forum
Moving View to Fit
RJB
Many times when you open a file with a view already open you have to move the view to fit within the area you have on the screen. I now know how to size the view via the design file settings and also have a VBA Macro to change the view to 822 725. What…
over 13 years ago
MicroStation Programming
[Archived] MicroStation V8 2004 Edition VBA Forum
I want to run vba routine by giving parameters also. Is it Possible ? (microstation 8.1/8.5 vba)
Fahad
I want to run vba routine by giving parameters also. Is it Possible ? (microstation 8.1/8.5 vba) e.g., Public Sub ShowFea (intScale as Integer, lngFeaCode as long) 'todo: .... End Sub i want to run it by writing following command: vba run showFea (1,2002…
over 11 years ago
MicroStation Programming
[Archived] MicroStation V8 2004 Edition VBA Forum
How can I convert Bspline curve into Simple Curve.
Fahad
when CAD operator create complex-shape using "Flood" method then curve convert into bspline curve. I don't want this Spline curve. It there any tool , formula or code for converting bspline curve into simple curve without misplacing ?????
over 11 years ago
MicroStation Programming
[Archived] MicroStation V8 2004 Edition VBA Forum
Cell Library Search
jhartog
One thing I have always wanted in MicroStation is a way to search cell libraries by cell description (and maybe even cell content). Sometimes you either have a lot of cell libraries, or a very large cell library. I finally looked into doing it as a VBA…
cellSearch.mvba
over 12 years ago
MicroStation Programming
[Archived] MicroStation V8 2004 Edition VBA Forum
Basic Macro - Command Reference Scale
DaleA60
I realize most of you would say don't use Basic Macros with V8 & to use VBA instead... Does anyone have an idea about what I may need to add to the command line (that works in v7) high lighted below so it'll work in V8? I have a title block that…
over 12 years ago
MicroStation Programming
[Archived] MicroStation V8 2004 Edition VBA Forum