Response parameters: MaterialClassProperty section
- Last UpdatedSep 06, 2023
- 1 minute read
Contains details of a material class property.
<MaterialClassProperty>
<ID xsi:type="PropertyIDType">Density</ID>
<Value>
<ValueString>10</ValueString>
<DataType>String</DataType>
<UnitOfMeasure />
</Value>
</MaterialClassProperty>
|
Parameter |
Description |
|---|---|
|
ID |
The name of the defined material class property. String value. Density, Ash Content. |
|
Value |
Comprised of ValueString, DataType, and UnitofMeasure. |
|
ValueString |
The current value held in this property. Must be specified data type. |
|
DataType |
The data type of the value. Standard data types, including Boolean, Date, Double, Integer, Long, Single, String. |
|
UnitOfMeasure |
This value is empty and not used. |
|
MaterialDefinition |
A material definition is a means to define materials for use in production. |
|
ID |
The name of the defined material. String value. Black Coal, Brown Coal. |
|
MaterialDefinitionProperty |
Contains details of a material property. |