VS:GetLayerDeltaZOffset

From Vectorworks Developer
Revision as of 20:15, 20 September 2011 by Root (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

DEPRECATED after Vectorworks2012. 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

theWall HANDLE The wall.

Version

Availability: from VectorWorks12.5

Deprecated: Vectorworks 2012

See Also

VS Functions:

VS:SetLayerDeltaZOffset

VS Functions: [[VS:SetLayerDeltaZOffset]]