Gets the overall heights of a wall or round wall.
PROCEDURE GetWallOverallHeights(
theWall : HANDLE;
VAR overallHeightTop : REAL;
VAR overallHeightBottom : REAL);def vs.GetWallOverallHeights(theWall):
return (overallHeightTop, overallHeightBottom)| Name | Type | Description |
|---|---|---|
| theWall | HANDLE | The wall or round wall |
| overallHeightTop | REAL | The overall height of the top |
| overallHeightBottom | REAL | The overall height of the bottom |
VS Functions: SetWallOverallHeights
Availability: from Vectorworks 2012