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 NoneLayer('Future Construction');
HideLayer;
{hides the layer 'Future Construction'}vs.Layer('Future Construction')
vs.HideLayer()
#{hides the layer 'Future Construction'}Availability: from All Versions