Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is it possible to change the Visual Style of Viewport to Hidden. I am creating the viewport with the following code
'CREATE THE VIEWPORTS
center(0) = 12.745: center(1) = 5.9676
Set pviewportObj = acadDoc.PaperSpace.AddPViewport(center, 8.2903, ViewPortHtNozzBaseplate)
pviewportObj.Layer = "viewport"
pviewportObj.Display True
acadDoc.MSpace = True
acadDoc.Application.ZoomWindow minExtBlockBasePlate, maxExtBlockBasePlate
acadDoc.MSpace = False
pviewportObj.DisplayLocked = True
Solved! Go to Solution.