<Code Lib>
2026 Constructor
Changes 0
C

ThermalAsset()

Description:
Constructs an instance of ThermalAsset.

public ThermalAsset(
	string name,
	ThermalMaterialType materialType
)

  • String
    name
    The name of the asset.
  • materialType
    The 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

Loading…