alias_api.get_layers

alias_api.get_layers(*args, **kwargs)

Overloaded function.

  1. get_layers(ignore_names: collections.abc.Set[str] = set(), ignore_numbers: collections.abc.Set[typing.SupportsInt] = set(), include_folders: bool = True, include_non_folders: bool = True) -> list[alias_api.AlLayer]

Return a list of all the layers in the Alias Universe.

  1. get_layers(nodes: collections.abc.Sequence[AlDagNode]) -> list[alias_api.AlLayer]

    Return a list of all the layers in the Alias Universe that are assigned to the given nodes.

    param nodes

    The nodes to get the layers from.

    type nodes

    List[AlDagNode]

    return

    The list of layers assigned to the given nodes.

    rtype

    List[AlLayer]