|
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)
Syntaxprotected ElementLoad(
string elementId,
string lcName
)
Protected Sub New (
elementId As String,
lcName As String
)
protected:
ElementLoad(
String^ elementId,
String^ lcName
)
new :
elementId : string *
lcName : string -> ElementLoadParameters
- 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