CADability dotNET
Initializes a new instance of the LineWidth class

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

Syntax

C#
public LineWidth(
	string name,
	double width
)
Visual Basic
Public Sub New ( _
	name As String, _
	width As Double _
)
Visual C++
public:
LineWidth(
	String^ name, 
	double width
)

Parameters

name
Type: System..::..String
width
Type: System..::..Double

See Also