Procedure ShowLayer sets the visibility status of the active layer to visible. Newly created layers always defaulted to the Show mode.
PROCEDURE ShowLayer;def vs.ShowLayer():
return None==== VectorScript ====
Layer('Future Construction');
ShowLayer;==== Python ====
Availability: from All Versions
- Layers