CADability dotNET
Some Attributes refer to paper bound dimensions: e.g. the linewidth or textsize may be specified in mm on the paper. So we need the posibility to transform linear dimensions from layout to world. This is doune by the LayoutFactor;

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public double LayoutFactor
Visual Basic
Public LayoutFactor As Double
Visual C++
public:
double LayoutFactor

See Also