| Method Summary |
|
/*optional*/
String | GetUnits
()
Get method for attribute
"Units"
The units material property. null represents a property that doesn't use units, or a property that
is using the units of the owner part. |
| double | GetValue
()
Get method for attribute
"Value"
The value of the material property in the property units. |
| void | SetUnits
(
/*optional*/
String value)
Set method for attribute
"Units"
The units material property. null represents a property that doesn't use units, or a property that
is using the units of the owner part. |
| void | SetValue
(double value)
Set method for attribute
"Value"
The value of the material property in the property units. |