ThermalAsset
Description:
Constructs an instance of ThermalAsset.
Constructs an instance of ThermalAsset.
public ThermalAsset(
string name,
ThermalMaterialType materialType
)
-
StringnameThe name of the asset.
-
materialTypeThe type of thermal material that this asset will describe.
-
name is an empty string. -or- name cannot include prohibited characters, such as "{, }, [, ], |, ;, less-than sign, greater-than sign, ?, `, ~".
-
A non-optional argument was null
-
A value passed for an enumeration argument is not a member of that enumeration