KitchenDraw SDK 2
Show / Hide Table of Contents

Method TryGetCoefficientLineFromCode

TryGetCoefficientLineFromCode(TableType, string, out CoefficientLine)

Finds a coefficient line of the supplier catalog by given code.

Declaration
public bool TryGetCoefficientLineFromCode(Appli.Supplier.Catalog.TableType tableType, string code, out Appli.Supplier.Catalog.CoefficientLine coeffLine)
Parameters
Type Name Description
Appli.Supplier.Catalog.TableType tableType
string code

The code of a string being searched.

Appli.Supplier.Catalog.CoefficientLine coeffLine

When the method completes, this parameter holds matching coeffficient line, or null if no line has a match.

Returns
Type Description
bool

true if a matching coefficient line was found, false otherwise.

In this article
Back to top Generated by DocFX