CADability dotNET
Removes an entry from the LinePattern list. Depending on the context and global settings there might be a warning if the LinePattern is beeing used by an IGeoObject belonging to the Project. If the LinePattern is not in the list, nothing happens.

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

Syntax

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

Parameters

linePatternToRemove
Type: CADability.Attribute..::..LinePattern
LinePattern to remove

See Also