CADability dotNET
Determins whether the given Layer is marked visible in the context of this ProjectedModel.

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

Syntax

C#
public bool IsLayerVisible(
	Layer l
)
Visual Basic
Public Function IsLayerVisible ( _
	l As Layer _
) As Boolean
Visual C++
public:
bool IsLayerVisible(
	Layer^ l
)

Parameters

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

See Also