Hi,
The 3D View window was acquirable by following code.
But the window was not closed even if it executed the Delete method...
Set viws = pcbDoc.ViewsEx(epcbViewAllViews, "*")
For Each viw In viws
If viw.OriginalName = "3D View" Then
Call viw.Delete
End If
Next
Regard,
Satoru