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| Name | Type | Description |
|---|---|---|
| objectHandle | HANDLE | Handle to object |
| groupType | INTEGER | Type of group containing the object: (1 = Crop, 2 = Annotation, 3 = Cache, 4 = Section) |
Availability: from VectorWorks11.0