VS:SetLayerElevationN

From Vectorworks Developer
Jump to navigation Jump to search

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

Description

Sets the elevation and thickness of the specified layer.

PROCEDURE SetLayerElevationN(
h :HANDLE;
baseElev :REAL;
thickness :REAL);
def vs.SetLayerElevationN(h, baseElev, thickness):
    return None

Parameters

h HANDLE Handle to the layer.
baseElev REAL Base elevation of the layer in document units.
thickness REAL Thickness of the layer in document units.

Version

Availability: from Vectorworks 2025

See Also

VS Functions:

VS:GetLayerElevationN

VS Functions: [[VS:GetLayerElevationN]]