Public ReadOnly Property ThisDrawing() As ZcadDocument
Get
Return ZwSoft.ZwCAD.ApplicationServices.Application.DocumentManager.MdiActiveDocument.ZcadDocument()
End Get
Get
Return ZwSoft.ZwCAD.ApplicationServices.Application.DocumentManager.MdiActiveDocument.ZcadDocument()
End Get
End Property
Public ReadOnly Property ThisDrawing() As AcadDocument
Get
Return DocumentExtension.GetAcadDocument(Autodesk.AutoCAD.ApplicationServices.Application.DocumentManager.MdiActiveDocument)
End Get
End Property