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

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

Syntax

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

See Also