CADability dotNET
Adds an LineWidth object to the list. Throws a NameAlreadyExistsException if there is a LineWidth with the given name in the list. This also prevents the same object added twice to the list.

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

Syntax

C#
public void Add(
	LineWidth lineWidthToAdd
)
Visual Basic
Public Sub Add ( _
	lineWidthToAdd As LineWidth _
)
Visual C++
public:
void Add(
	LineWidth^ lineWidthToAdd
)

Parameters

lineWidthToAdd
Type: CADability.Attribute..::..LineWidth
LineWidth to Add

See Also