CADability dotNET
Fügt einen neuen Layer der Liste zu.

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

Syntax

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

Parameters

LayerToAdd
Type: CADability.Attribute..::..Layer
Der neue Layer

See Also