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