VS:CreateLayer

From Vectorworks Developer
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

_c_, 2015.07.12: The layer type constants can be fetched using VS:GetObjectVariableInt(layerHandle, 154).

Version

Availability: from VectorWorks 10.5