CADability dotNET
Adds an HatchStyle to the list. If there is already an hatchstyle with that name, an NameAlreadyExistsException exception will be thrown.

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

Syntax

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

Parameters

ToAdd
Type: CADability.Attribute..::..HatchStyle
The hatchstyle to add

See Also