Instance Method
groupIndexRange()
The range of layer shape indices that includes all group members and the index of the group shape itself (which is always at the last index of the range).
Not available in Objective-C.Not available in Python.
Declaration
func groupIndexRange() -> Range<Int>?Discussion
Returns nil if the group is not part of a layer.
See Also
Membership
Returns whether the given shape is a member of the group.
Returns the relative depth of the shape within the group.