Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 929 Bytes

File metadata and controls

38 lines (31 loc) · 929 Bytes

HasObjStoryBound

Description

Determine if the object has the specified story bound ID present.

FUNCTION HasObjStoryBound(
				obj     : HANDLE;
				boundID : INTEGER): BOOLEAN;
def vs.HasObjStoryBound(obj, boundID):
    return BOOLEAN

Parameters

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

See Also

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

Version

Availability: from Vectorworks 2012

Category