KitchenDraw SDK 2
Show / Hide Table of Contents

Method GetCatalogByFilename

GetCatalogByFilename(string)

Creates an instance of CatalogSummary class which allows to read various data of the catalog without fully loading it into the application and thus with no ability to modify it.

Declaration
public Appli.CatalogSummary GetCatalogByFilename(string catalogFilename)
Parameters
Type Name Description
string catalogFilename

Filename of the catalog to read.

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