Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 718 Bytes

File metadata and controls

34 lines (26 loc) · 718 Bytes

GetWallOverallHeights

Description

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)

Parameters

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

See Also

VS Functions: SetWallOverallHeights

Version

Availability: from Vectorworks 2012

Category

  • Objects - Walls