Height property example

The following example demonstrates how to return the Height property.

Sub Height_Example()

    Dim iHeight As Integer

    iHeight = ThisDrawing.Application.Height

    MsgBox ("Height (in pixels) is : " & iHeight)

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.