TemperatureLoadParams Constructor (IStructuralWall, Double)

The constructor for a temperature load on an IStructuralWall

Namespace:  TSD.API.Remoting.Loading.Create
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public TemperatureLoadParams(
	IStructuralWall structuralWall,
	double temperatureChange
)

Parameters

structuralWall
Type: TSD.API.Remoting.StructureIStructuralWall
The IStructuralWall
temperatureChange
Type: SystemDouble
The temperature load
See Also