Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 665 Bytes

File metadata and controls

33 lines (26 loc) · 665 Bytes

SetLayerElevationN

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

Name Type Description
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.

See Also

VS Functions: GetLayerElevationN

Version

Availability: from Vectorworks 2025

Category