Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 949 Bytes

File metadata and controls

42 lines (33 loc) · 949 Bytes

GetObjBoundElevation

Description

Get the elevation of the specified bound ID relative to the object's layer.

FUNCTION GetObjBoundElevation(
				obj     : HANDLE;
				boundID : INTEGER): REAL;
def vs.GetObjBoundElevation(obj, boundID):
    return REAL

Parameters

Name Type Description
obj HANDLE The object.
boundID INTEGER The identifier of the story bound.

Remarks

Peter Vandewalle: the result is in mm.

See Also

VS Functions: HasObjStoryBounds | HasObjStoryBound | GetObjStoryBound | SetObjectStoryBound | DelObjStoryBounds | DelObjStoryBound | GetObjStoryBoundsCnt | GetObjStoryBoundsAt

Version

Availability: from Vectorworks 2012

Category

  • Objects - Architectural