Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 1.21 KB

File metadata and controls

41 lines (33 loc) · 1.21 KB

GetLinkHeightToLayerDeltaZ

Description

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

Returns whether or not the wall's height is linked to the layer delta z.

FUNCTION GetLinkHeightToLayerDeltaZ(theWall : HANDLE): BOOLEAN;
def vs.GetLinkHeightToLayerDeltaZ(theWall):
    return BOOLEAN

Parameters

Name Type Description
theWall HANDLE The wall.

See Also

VS Functions: SetLinkHeightToLayerDeltaZ

Version

Availability: from VectorWorks12.5 Deprecated: Vectorworks 2012 Deprecated Functions

Category