Click or drag to resize

ElementLoad Constructor (String, String)

Initializes a new instance of the ElementLoad class. create an element load.

Namespace:  Karamba.Loads
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
protected ElementLoad(
	string elementId,
	string lcName
)

Parameters

elementId
Type: SystemString
identifier of beam where the load shall be applied to.
lcName
Type: SystemString
name of load-case the load belongs to.
See Also