Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 617 Bytes

File metadata and controls

42 lines (31 loc) · 617 Bytes

CloseSS

Description

Procedure CloseSS closes the referenced worksheet.

PROCEDURE CloseSS(h : HANDLE);
def vs.CloseSS(h):
    return None

Parameters

Name Type Description
h HANDLE Handle to worksheet.

Remarks

OBSOLETE for Version 9: see new ShowWS. [VML 01/09/01]

Examples

VectorScript

CloseSS(HandleToWS);

Python

See Also

ShowWS

Version

CloseSS is obsolete as of VectorWorks 9.0

Availability: from MiniCAD 6.0

Category