CADability dotNET
Adds an LinePattern object to the list. Throws a NameAlreadyExistsException if there is a LinePattern 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(
	LinePattern linePatternToAdd
)
Visual Basic
Public Sub Add ( _
	linePatternToAdd As LinePattern _
)
Visual C++
public:
void Add(
	LinePattern^ linePatternToAdd
)

Parameters

linePatternToAdd
Type: CADability.Attribute..::..LinePattern
LinePattern to Add

See Also