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)| Name | Type | Description |
|---|---|---|
| wallHd | HANDLE | Handle to wall. |
| startHt | REAL | Returns start height of wall. |
| endHt | REAL | Returns end height of wall. |
Availability: from MiniCAD6.0 Deprecated: Vectorworks 2012 Deprecated Functions