Click or drag to resize

Load Constructor (String)

Initializes a new instance of the Load class. create a new load for given load-case.

Namespace:  Karamba.Loads
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
protected Load(
	string lc_name
)

Parameters

lc_name
Type: SystemString
name of load-case to which the load belongs to.
See Also