KitchenDraw SDK 2
Show / Hide Table of Contents

Method TryGetFinish

TryGetFinish(CatalogFinishType, out CatalogFinish)

Tries to get finish for given finish type.

Declaration
public bool TryGetFinish(Appli.CatalogFinishType finishType, out Appli.CatalogFinish finish)
Parameters
Type Name Description
Appli.CatalogFinishType finishType

Finish type that finish should belong to.

Appli.CatalogFinish finish

Finish to get.

Returns
Type Description
bool

true if finish type exists in the finishes config, false otherwise

In this article
Back to top Generated by DocFX