Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CatalogCollection

A catalog collection contains a set of catalogs, that can be accessed with an AttributeDefinition, an InspectionPlanItem or a catalog id. It's possible to iterate over the catalogs like the following:

for (let catalog of catalogs)
{
        ...
}

Hierarchy

  • CatalogCollection

Index

Constructors

Accessors

Methods

Constructors

Private constructor

Accessors

length

  • get length(): number
  • Gets the total number of catalogs stored in the collection.

    Returns number

Methods

__@iterator

  • Returns Iterator<Catalog>

find

  • Returns the catalog that is associated to the specified catalog attribute definition, enumerated characteristic or catalog id.

    Parameters

    Returns Catalog | undefined

iter

  • Returns an iter over all catalogs.

    Returns Iter<Catalog>

Generated using TypeDoc