|
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)
Syntaxprotected Load(
string lc_name
)
Protected Sub New (
lc_name As String
)
protected:
Load(
String^ lc_name
)
new :
lc_name : string -> LoadParameters
- lc_name
- Type: SystemString
name of load-case to which the load belongs to.
See Also