Skip to content

Latest commit

 

History

History
45 lines (38 loc) · 1.52 KB

File metadata and controls

45 lines (38 loc) · 1.52 KB

SetWallOverallHeights

Description

Sets the overall heights of a wall or round wall.

FUNCTION SetWallOverallHeights(
				theWall           : HANDLE;
				botBoundType      : INTEGER;
				botBoundStory     : INTEGER;
				botLayerLevelType : STRING;
				botOffset         : REAL;
				topBoundType      : INTEGER;
				topBoundStory     : INTEGER;
				topLayerLevelType : STRING;
				topOffset         : REAL): BOOLEAN;
def vs.SetWallOverallHeights(theWall, botBoundType, botBoundStory, botLayerLevelType, botOffset, topBoundType, topBoundStory, topLayerLevelType, topOffset):
    return BOOLEAN

Parameters

Name Type Description
theWall HANDLE The wall or round wall
botBoundType INTEGER The type of the bottom bound
botBoundStory INTEGER The story of the bottom bound
botLayerLevelType STRING The layer level type of the bottom bound
botOffset REAL The offset of the bottom bound
topBoundType INTEGER The type of the top bound
topBoundStory INTEGER The story of the top bound
topLayerLevelType STRING The layer level type of the top bound
topOffset REAL The offset of the top bound

See Also

VS Functions: GetWallOverallHeights

Version

Availability: from Vectorworks 2012

Category