Skip to content

Latest commit

 

History

History
61 lines (53 loc) · 1.34 KB

File metadata and controls

61 lines (53 loc) · 1.34 KB

SetLayerOptions

Description

Sets layer visibility setting for the active document.

Visibility Index
Active Only 1
Gray Others 2
Gray/Snap Others 6
Show Others 3
Show/Snap Others 4
Show/Snap/Modify Others 5
PROCEDURE SetLayerOptions(layerOpts : INTEGER);
def vs.SetLayerOptions(layerOpts):
    return None

Parameters

Name Type Description
layerOpts INTEGER New layer visibility setting for document.

See Also

VS Functions: GetLayerOptions

Version

Availability: from VectorWorks8.5

Category