Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 1.15 KB

File metadata and controls

41 lines (33 loc) · 1.15 KB

GetLayerDeltaZOffset

Description

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

Returns the wall height's offset to the layer delta z.

FUNCTION GetLayerDeltaZOffset(theWall : HANDLE): REAL;
def vs.GetLayerDeltaZOffset(theWall):
    return REAL

Parameters

Name Type Description
theWall HANDLE The wall.

See Also

VS Functions: SetLayerDeltaZOffset

Version

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

Category