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| Name | Type | Description |
|---|---|---|
| h | HANDLE | Handle to the layer |
| baseElev | REAL | Base elevation of the layer |
| thickness | REAL | Thickness of the layer |
VS Functions: GetLayerElevation
Availability: from VectorWorks10.0