Get corner coordinates of current view

Hello Bricscad users...How do I retrive the corner coordinates of the current view? E.g. if I have the modelspace open and have zoomed in somewhere in my drawing? I use the COM object in Visual Basic .NET.In ObjectArx for AutoCAD I used code like:Dim myViewTableRecord1 As Autodesk.AutoCAD.DatabaseServices.ViewTableRecordmyViewTableRecord1 = Application.DocumentManager.MdiActiveDocument.Editor.GetCurrentView()Thanks,Bent Jeppesen

Comments

This discussion has been closed.