This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
277681c6 bc22 5ca2 7fb7 946ffda82380
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the multiplier used as the conversion factor between primary and alternate units. (DIMALTF)
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public double Multiplier { get; set; }VB
Public Property Multiplier As Double
Get
SetC++
public:
property double Multiplier {
double get ();
void set (double value);
}F#
member Multiplier : float with get, setDouble
to convert inches to millimeters, enter 25.4. The value has no effect on angular dimensions, and it is not applied to the rounding value or the plus or minus tolerance values.