The following example demonstrates how to return the Width property.
Sub Width_Example()
Dim iWidth As Integer
iWidth = ThisDrawing.Application.Width
MsgBox ("Width (in pixels) is : " & iWidth)
End Sub
Bricscad™ is commercialized by Bricsys NV. Bricsys NV and Vondle NV are fully owned subsidiaries of Menhirs NV. © 2001- Menhirs NV - All rights reserved. |