HasPropertyAspect (IMaterial)
Checks if a property owned by a material definition or material class has a specified aspect applied to it.
| Inputs | Data Type | Description |
|---|---|---|
| aspectName | String |
Specifies the aspect type to check. |
| material | DirectoryResource |
Specifies the material definition or class to check. |
| propertyName | String |
Specifies the name of the property to check. |
Note:
In the Configure Method dialog box, click Next to select a resource. Otherwise, in the Inputs section of the activity configuration panel, click the ellipsis button to select a resource.
| Outputs | Description | |
|---|---|---|
| Boolean |
True if the resource property is augmented by the specified aspect; otherwise, False. |