Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 670 Bytes

File metadata and controls

27 lines (21 loc) · 670 Bytes

IsVPGroupContainedObject

Description

Determines if specified object is contained within a viewport group, and if so which type of group.

FUNCTION IsVPGroupContainedObject(
				objectHandle : HANDLE;
				groupType    : INTEGER): BOOLEAN;
def vs.IsVPGroupContainedObject(objectHandle, groupType):
    return BOOLEAN

Parameters

Name Type Description
objectHandle HANDLE Handle to object
groupType INTEGER Type of group containing the object: (1 = Crop, 2 = Annotation, 3 = Cache, 4 = Section)

Version

Availability: from VectorWorks11.0

Category