CADability dotNET
Entfernt einen Layer aus der Liste. Kein Propblem, wenn der Layer nicht in der Liste ist.

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

Syntax

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

Parameters

LayerToRemove
Type: CADability.Attribute..::..Layer

See Also