ViewCollection

ViewCollection class

Contains a list of

The ViewCollection type exposes the following members:

Properties

NameDescription
parent_projectGets the parent of the View object.
Read-only

Methods

NameDescription
to_list()Converts a view collection to a list of
get_by_view_screen(screen)Searches for a View with the specified Screen property, and returns the first occurrence within the collection.
get_by_name(view_name)Searches for a View with the name, and returns the first occurrence within the collection.

See Also