ElementLoad(ListString, String) Constructor

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

Definition

Namespace: Karamba.Loads
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
protected ElementLoad(
	List<string> elementIds,
	string lcName
)

Parameters

elementIds  ListString
identifiers of beams where the load shall be applied to.
lcName  String
name of load-case the load belongs to.

See Also