ImageGear .NET v24.12 - Updated
DimensionScale Property




ImageGear24.Formats.Vector Assembly > ImageGear.Formats.CAD Namespace > CADLinearRuler Class : DimensionScale Property
Scale of the ruler
Syntax
'Declaration
 
Public Property DimensionScale As Double
'Usage
 
Dim instance As CADLinearRuler
Dim value As Double
 
instance.DimensionScale = value
 
value = instance.DimensionScale
public double DimensionScale {get; set;}
public: __property double get_DimensionScale();
public: __property void set_DimensionScale( 
   double value
);
public:
property double DimensionScale {
   double get();
   void set (    double value);
}
See Also

Reference

CADLinearRuler Class
CADLinearRuler Members