Gets and sets the paper height for the CAD file.
public double PaperHeight {get; set;}
public: __property double get_PaperHeight();
public: __property void set_PaperHeight(
double value
);
'Declaration
Public Property PaperHeight As Double
'Usage
Dim instance As LoadOptionsCad
Dim value As Double
instance.PaperHeight = value
value = instance.PaperHeight
Property Value
A double value which represents the height of the paper.