第 1 条消息(共 10 条)
rotate view 1 su IDW
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