Message 1 of 12
Zoom to view in drawing:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a program that either cycles through all the base views of a drawing or works with a selected view and pushes properties that I need in the drawing file back to the part or assembly file, currently I am showing what view is being edited by selecting it so that it shows up with this:
{code}
oDoc.SelectSet.Select(oView)
{code}
This gives the user an idea of what is going on at that time and if they need to include or exclude any information. My question is how can I zoom to that view rather than selecting it since it can be hard to see the little dotted selection line of a view.
{code}
oDoc.SelectSet.Select(oView)
{code}
This gives the user an idea of what is going on at that time and if they need to include or exclude any information. My question is how can I zoom to that view rather than selecting it since it can be hard to see the little dotted selection line of a view.