Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 620 Bytes

File metadata and controls

33 lines (26 loc) · 620 Bytes

SetLayerElevation

Description

Sets the elevation and thickness of the specified layer.

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

Parameters

Name Type Description
h HANDLE Handle to the layer
baseElev REAL Base elevation of the layer
thickness REAL Thickness of the layer

See Also

VS Functions: GetLayerElevation

Version

Availability: from VectorWorks10.0

Category