VS:CreateLayer

From Vectorworks Developer
Revision as of 03:41, 12 July 2015 by CBM-c- (talk | contribs) (add constants to read)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

Creates a layer of the specified type.

layerType values: Design = 1 Presentation = 2

FUNCTION CreateLayer(
layerName :STRING;
layerType :INTEGER) : HANDLE;
def vs.CreateLayer(layerName, layerType):
    return HANDLE

Parameters

layerName STRING
layerType INTEGER

Remarks

(Orso, 2015.07.12):

The layer type constants can be fetched using GetObjectVariableInt(layerHandle, 154).

Version

Availability: from VectorWorks 10.5