Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 587 Bytes

File metadata and controls

35 lines (27 loc) · 587 Bytes

LayerRef

Description

Procedure LayerRef places a layer reference (layer link) into the active layer at location (0,0).

PROCEDURE LayerRef(layerName : STRING);
def vs.LayerRef(layerName):
    return None

Parameters

Name Type Description
layerName STRING Name of referenced layer.

Examples

VectorScript

LayerRef('Layer-2');
{creates a layer link of 'Layer-2' on the active layer}

Python

Version

Availability: from MiniCAD4.0

Category