Bentley Communities
Site
Search
User
Site
Search
User
Welcome
Products
Support
About
More
Cancel
Browse By Tags
All tags
Select
Element
Boundary
Clip
Clipping
KeyIn
KEY-IN
microstation vba
Reference
Reference Files
Select By Attributes
Key-In: Select Clipping Element for Reference Clip Boundary
Abhin Arramraju
Hello, I have a set of plans sheets that need to reference a master file. The master file then has to be clipped to a specific element on a specific level. I am trying to automate this process using a batch process. In order to begin the clipping…
over 2 years ago
MicroStation
MicroStation Forum
How to select an element that is in a reference
Graham
I have an enumerator that holds elements both in a reference and in the current design file. I need to selece certain elements, from either of the files I can select the ones in the current design file with; ActiveModelReference.SelectElement oElement…
over 11 years ago
MicroStation Programming
[Archived] MicroStation V8 2004 Edition VBA Forum
How to select an element that is in a reference?
Graham
I have an element enumerator that holds elements both in a reference and in the current design file. Set oEnumerator = ActiveModelReference.GetSelectedElements 'Capture the selected elements ActiveModelReference.UnselectAllElements 'Unselect all, ready…
over 11 years ago
MicroStation Programming
[Archived] MicroStation V8i VBA Forum