The ThermalAsset type exposes the following members.

Constructors

  NameDescription
Public methodThermalAsset
Constructs an instance of ThermalAsset.

Methods

  NameDescription
Public methodCopy
Produces a copy of the asset.
Public methodDispose
Releases all resources used by the ThermalAsset
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodEquals(ThermalAsset)
Determines whether this thermal asset is equal to another.
Public methodEqualsThermalOnly
Determines whether this thermal asset is equal to another, but ignore data from base class.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyBehavior
Flag indicating whether elements of this material behave isotropically or orthotropically.
Public propertyCompressibility
The compressibility of the asset.
Public propertyDensity
The density of the asset.
Public propertyElectricalResistivity
The electrical resistivity of the asset.
Public propertyEmissivity
The emissivity of the asset.
Public propertyGasViscosity
The gas viscosity of the asset.
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public propertyLiquidViscosity
The liquid viscosity of the asset.
Public propertyName
The name of the thermal asset.
Public propertyPermeability
The permeability of the asset.
Public propertyPorosity
The porosity of the asset.
Public propertyReflectivity
The reflectivity of the asset.
Public propertySpecificHeat
The specific heat of the asset.
Public propertySpecificHeatOfVaporization
The specific heat of vaporization of the asset.
Public propertyThermalConductivity
The thermal conductivity of the asset.
Public propertyThermalMaterialType
The type of material that this thermal asset describes (e.g. solid, liquid, gas.)
Public propertyTransmitsLight
A boolean flag that indicates whether or not the asset transmits light.
Public propertyVaporPressure
The vapor pressure of the asset.

See Also