Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 466 Bytes

File metadata and controls

30 lines (23 loc) · 466 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