Method FindMaterialsByProperty
FindMaterialsByProperty(string, Regex)
Returns all materials which match a given property value
Declaration
public MaterialList FindMaterialsByProperty(string propertyName, Regex propertyValue)
Parameters
| Type | Name | Description |
|---|---|---|
| string | propertyName | Name of the property to match |
| Regex | propertyValue | Regular expression to match for the property value |
Returns
| Type | Description |
|---|---|
| MaterialList |