KitchenDraw SDK 2
Show / Hide Table of Contents

Method TryGetFinishByName

TryGetFinishByName(string, out Finish)

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

Declaration
public bool TryGetFinishByName(string finishName, out Scene.Object.Finish finish)
Parameters
Type Name Description
string finishName
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