Description

Height of the entity display object. DATATYPE: Integer.

Property Type

  • Read-write property

Syntax

Public Property VerticalSize() As Variant

Example

Dim MyEntityDisplay As EntityDisplay 
Dim VertSize As Integer 

VertSize = 250 
MyEntityDisplay.VerticalSize = VertSize