CADability dotNET
Removes the given HatchStyle from the list. No action is taken if the hatchstyle is not in the list.

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

Syntax

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

Parameters

ToRemove
Type: CADability.Attribute..::..HatchStyle
The hatchstyle to remove

See Also