Gets the height of the CAD layout in CAD units.
public: __property double get_Height();
'Declaration
Public ReadOnly Property Height As Double
'Usage
Dim instance As CadLayout
Dim value As Double
value = instance.Height
Property Value
A double value which represents the height.