Method TryGetModelHandleClusterFromModelAndType
TryGetModelHandleClusterFromModelAndType(int, string, out Cluster)
Retrieves a cluster of the "Model handles" table of the catalog by given model and finish type.
Declaration
public bool TryGetModelHandleClusterFromModelAndType(int modelRank, string finishType, out Catalog.Table.Cluster matchingCluster)
Parameters
| Type | Name | Description |
|---|---|---|
| int | modelRank | Zero-based rank of the model (can be considered as a row rank of the model of the "Models" table of the catalog). |
| string | finishType | Character string that can be found in "Model handle types" combobox of "Model handle" table in the MobiScript window. This string is language-dependent (varies according to the application's current language). |
| Catalog.Table.Cluster | matchingCluster | When the method completes, contains
the first matching cluster or |
Returns
| Type | Description |
|---|---|
| bool |
|