Layer.Visible Property
Parent Object: LayerDescription
Property that gets and sets whether the layer is turned on or off.
Syntax
Layer.Visible() As BooleanProperty Value
This is a read/write property whose value is a Boolean.Samples
Name | Description |
Moving sketch entities to a new layer | This sample demonstrates the creation of a new layer and moving sketch entities onto this newly created layer. |