Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 1.31 KB

File metadata and controls

45 lines (36 loc) · 1.31 KB

SetLinkHeightToLayerDeltaZ

Description

[[VS:Vectorworks 2012 Deprecated Functions|DEPRECATED after Vectorworks2012]]. See architectural category for replacement: :[[VS:DelObjStoryBound|DelObjStoryBound]] :[[VS:DelObjStoryBounds|DelObjStoryBounds]] :[[VS:GetObjBoundElevation|GetObjBoundElevation]] :[[VS:GetObjStoryBound|GetObjStoryBound]] :[[VS:GetObjStoryBoundsAt|GetObjStoryBoundsAt]] :[[VS:GetObjStoryBoundsCnt|GetObjStoryBoundsCnt]] :[[VS:GetStoryLayerInfo|GetStoryLayerInfo]] :[[VS:HasObjStoryBound|HasObjStoryBound]] :[[VS:HasObjStoryBounds|HasObjStoryBounds]] :[[VS:SetObjectStoryBound|SetObjectStoryBound]]

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

FUNCTION SetLinkHeightToLayerDeltaZ(
				theWall           : HANDLE;
				linkToLayerDeltaZ : BOOLEAN): BOOLEAN;
def vs.SetLinkHeightToLayerDeltaZ(theWall, linkToLayerDeltaZ):
    return BOOLEAN

Parameters

Name Type Description
theWall HANDLE The wall.
linkToLayerDeltaZ BOOLEAN Whether or not the wall's height is linked to the layer delta z.

See Also

VS Functions: GetLinkHeightToLayerDeltaZ

Version

Availability: from VectorWorks12.5 Deprecated: [[VS:Vectorworks 2012 Deprecated Functions|Vectorworks 2012]]

Category

  • Objects - Walls