Instance Method
forcedLayerGroupIdsSeenLayers(_:ignoreEmptyLayers:) forcedLayerGroupIdsSeenLayers:ignoreEmptyLayers: forcedLayerGroupIdsSeenLayers_ignoreEmptyLayers_
The layer identifier groups formed without reference to configured instances.
Declaration
func forcedLayerGroupIdsSeenLayers(_ seenLayers: NSMutableSet?, ignoreEmptyLayers: Bool) -> NSMutableArrayDeclaration
- (NSMutableArray<NSMutableOrderedSet<NSString *> *> *) forcedLayerGroupIdsSeenLayers:(NSMutableSet<NSString *> *) seenLayers ignoreEmptyLayers:(BOOL) ignoreEmptyLayers;Declaration
forcedLayerGroupIdsSeenLayers_ignoreEmptyLayers_(seenLayers: set[str], ignoreEmptyLayers: bool) -> list[NSMutableOrderedSet<NSString *>]Parameters
seenLayersA set to which the identifiers included in a group are added, or
nilwhen this information is not needed.ignoreEmptyLayersWhether to omit layers without shapes or a background image.
Discussion
Inactive layers are omitted.
See Also
Layer Groups
The layer identifier groups used to check compatibility and coordinate edits across corresponding layers.
The layer identifier groups required by a set of instances.
The forced layer group containing a layer, or
nilwhen the layer is not in a group.The forced layer group containing a layer, or
nilwhen the layer is not in a group.The forced layer group containing a layer as an array, or
nilwhen the layer is not in a group.The identifiers of layers in the same group that have compatible shapes, anchors, and path-component hints.
The font masters including representations of active Intermediate-layer locations.