KitchenDraw SDK 2
Show / Hide Table of Contents

Method TryGetFinishByCode

TryGetFinishByCode(string, out CatalogFinish)

Tries to find finish with given code in the finishes available for the finish type.

Declaration
public bool TryGetFinishByCode(string finishCode, out Appli.CatalogFinish finish)
Parameters
Type Name Description
string finishCode
Appli.CatalogFinish finish
Returns
Type Description
bool

true if the finish was found, false otherwise.

In this article
Back to top Generated by DocFX