Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 1.05 KB

File metadata and controls

38 lines (31 loc) · 1.05 KB

GetObjStoryBoundsAt

Description

Return the story bound ID of the specified story bound index. The index is between 1 and the result of GetObjStoryBoundsCnt.

FUNCTION GetObjStoryBoundsAt(
				obj   : HANDLE;
				index : INTEGER): INTEGER;
def vs.GetObjStoryBoundsAt(obj, index):
    return INTEGER

Parameters

Name Type Description
obj HANDLE The object.
index INTEGER Index of the story bound which ID will be returned. This index should be between 1 and the result of GetObjStoryBoundsCnt.

See Also

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

Version

Availability: from Vectorworks 2012

Category