Message 1 of 10
rotate view 1 su IDW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Good morning everyone
I'm asking for help with a rule, but I'm stuck by my very little experience.
I got to this point:
' Set a reference to the drawing document.
' This assumes a drawing document is active.
Dim oDrawDoc As DrawingDocument
oDrawDoc = ThisApplication.ActiveDocument
'Set a reference to the active sheet.
Dim oSheet As Sheet
oSheet = oDrawDoc.ActiveSheet
' Select a drawing view.
Dim oDrawingView As DrawingView = ActiveSheet.View("VISTA1").View
and what I would like is to rotate the already existing "view 1" into an IDW and set it to the ViewGoHome, hope I made myself clear.
I attach the result