CADability dotNET
Marks the given Layer as visible in the context of this ProjectedModel.

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

Syntax

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

Parameters

l
Type: CADability.Attribute..::..Layer
The layer

See Also