KitchenDraw SDK 2
Show / Hide Table of Contents

Method GetCatalogs

GetCatalogs(bool)

Collection of the catalogs installed on the system (.CAT files contained in the directory defined in the SPACE.INI file).

Declaration
public IList<Appli.CatalogSummary> GetCatalogs(bool skipHidden = false)
Parameters
Type Name Description
bool skipHidden

If true, only valid catalogs are returned (which will appear in the KitchenDraw catalog choice combobox).

Returns
Type Description
IList<Appli.CatalogSummary>
In this article
Back to top Generated by DocFX