|
LCSuperPosition Constructor (Int32, Model)
|
Initializes a new instance of the
LCSuperPosition class.
create new unit LCSuperPosition rule for a load-case of given index.
Namespace:
Karamba.Loads.Combinations
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic LCSuperPosition(
int lc_index,
Model model
)
Public Sub New (
lc_index As Integer,
model As Model
)
public:
LCSuperPosition(
int lc_index,
Model^ model
)
new :
lc_index : int *
model : Model -> LCSuperPosition
Parameters
- lc_index
- Type: SystemInt32
index of load-case. - model
- Type: Karamba.ModelsModel
model which carries the load-cases.
See Also