Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 440 Bytes

File metadata and controls

31 lines (23 loc) · 440 Bytes

ShowLayer

Description

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

Examples

==== VectorScript ====

Layer('Future Construction');
ShowLayer;

==== Python ====

Version

Availability: from All Versions

Category

  • Layers