KitchenDraw SDK 2
Show / Hide Table of Contents

Method TryGetFinishByName

TryGetFinishByName(string, out CatalogFinish)

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

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

true if the finish was found, false otherwise.

In this article
Back to top Generated by DocFX