ReadPropertyAttributesByName (IMaterial)
Returns the attribute names of the specified material definition or class property.
| Inputs | Data Type | Description |
|---|---|---|
| attributes | String[] |
Specifies the names of the attributes to read. |
| material | DirectoryResource |
Specifies the material definition or class to read. |
| propertyName | String |
Specifies the name of the property whose attributes you want to read. |
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 | |
|---|---|---|
| AttributeCollection |
Returns a list of the user-defined values of the attributes for the specified property. |