FabricationConfiguration.LocateMaterial
Method
Description:
Gets material by group and name.
Gets material by group and name.
Parameters
| Parameter | Type | Description |
|---|---|---|
| group | String | The material group. |
| name | String | The group name. |
Return Value
| Type | Description |
|---|---|
| Int32 | The material identifier. Returns -1 if not found. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |