Procedure HideLayer sets the visibility status of the active layer to hidden. Objects on hidden layers will not be viewable from other layers.
PROCEDURE HideLayer;def vs.HideLayer():
return None==== VectorScript ====
Layer('Future Construction');
HideLayer;
{hides the layer 'Future Construction'}==== Python ====
vs.Layer('Future Construction')
vs.HideLayer()
#{hides the layer 'Future Construction'}Availability: from All Versions
- Layers