Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 1.22 KB

File metadata and controls

42 lines (35 loc) · 1.22 KB

WallHeight

Description

Vectorworks 2012 Deprecated Functions. See architectural category for replacement: :DelObjStoryBound :DelObjStoryBounds :GetObjBoundElevation :GetObjStoryBound :GetObjStoryBoundsAt :GetObjStoryBoundsCnt :GetStoryLayerInfo :HasObjStoryBound :HasObjStoryBounds :SetObjectStoryBound

Procedure WallHeight returns the wall heights of the referenced wall object.

PROCEDURE WallHeight(
				wallHd      : HANDLE;
				VAR startHt : REAL;
				VAR endHt   : REAL);
def vs.WallHeight(wallHd):
    return (startHt, endHt)

Parameters

Name Type Description
wallHd HANDLE Handle to wall.
startHt REAL Returns start height of wall.
endHt REAL Returns end height of wall.

Version

Availability: from MiniCAD6.0 Deprecated: Vectorworks 2012 Deprecated Functions

Category