CADability dotNET
Gets or sets the LineWidth..::..Scaling of this LineWidth.

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

Syntax

C#
public LineWidth..::..Scaling Scale { get; set; }
Visual Basic
Public Property Scale As LineWidth..::..Scaling
	Get
	Set
Visual C++
public:
property LineWidth..::..Scaling Scale {
	LineWidth..::..Scaling get ();
	void set (LineWidth..::..Scaling value);
}

See Also