Response parameters: Material Class Property section
- Last UpdatedSep 06, 2023
- 1 minute read
Contains details of a material class property.
<MaterialClassProperty>
<ID xsi:type="PropertyIDType">Density</ID>
<Description />
<Value>
<ValueString>10</ValueString>
<DataType>String</DataType>
<UnitOfMeasure />
</Value>
</MaterialClassProperty>
|
Parameter |
Description |
|---|---|
|
ID |
The name of the material class property. This is a string value, such as Density. |
|
Value |
Comprised of ValueString, DataType, and UnitofMeasure. |
|
ValueString |
The current value held in this property. Required to 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. |