Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

277681c6 bc22 5ca2 7fb7 946ffda82380

haplokuon edited this page May 6, 2023 · 1 revision

Multiplier Property

netDxf 3.0.0 Library

Gets or sets the multiplier used as the conversion factor between primary and alternate units. (DIMALTF)

Definition

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
	Set

C++

public:
property double Multiplier {
	double get ();
	void set (double value);
}

F#

member Multiplier : float with get, set

Property Value

Double

Remarks

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.

See Also

Reference

DimensionStyleAlternateUnits Class
netDxf.Tables Namespace

Clone this wiki locally