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