Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.36 KB

File metadata and controls

44 lines (36 loc) · 1.36 KB

SetLinkHeightToLayerDeltaZ

Description

Vectorworks 2012 Deprecated Functions. See architectural category for replacement: :DelObjStoryBound :DelObjStoryBounds :GetObjBoundElevation :GetObjStoryBound :GetObjStoryBoundsAt :GetObjStoryBoundsCnt :GetStoryLayerInfo :HasObjStoryBound :HasObjStoryBounds :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: Vectorworks 2012 Deprecated Functions

Category