KitchenDraw SDK 2
Show / Hide Table of Contents

Method TryGetFinishByCode

TryGetFinishByCode(string, out Finish)

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

Declaration
public bool TryGetFinishByCode(string finishCode, out Scene.Object.Finish finish)
Parameters
Type Name Description
string finishCode
Scene.Object.Finish finish
Returns
Type Description
bool

true if the finish was found, false otherwise.

In this article
Back to top Generated by DocFX