ElementLoad(ListString, String) Constructor
Initializes a new instance of the
ElementLoad class.
create an element load.
Namespace: Karamba.LoadsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
protected ElementLoad(
List<string> elementIds,
string lcName
)
Protected Sub New (
elementIds As List(Of String),
lcName As String
)
protected:
ElementLoad(
List<String^>^ elementIds,
String^ lcName
)
new :
elementIds : List<string> *
lcName : string -> ElementLoad
Parameters
- elementIds ListString
- identifiers of beams where the load shall be applied to.
- lcName String
- name of load-case the load belongs to.