Method TryGetFinishTypeByTypeNumber
TryGetFinishTypeByTypeNumber(int, out CatalogFinishType)
Tries to get finish type with given type number from the finishes config.
Declaration
public bool TryGetFinishTypeByTypeNumber(int finishTypeNumber, out Appli.CatalogFinishType finishType)
Parameters
| Type | Name | Description |
|---|---|---|
| int | finishTypeNumber | |
| Appli.CatalogFinishType | finishType |
Returns
| Type | Description |
|---|---|
| bool |