|
RCOptiElementsupdate Method
|
update the C# model based on the results of the C++-model.
Namespace:
Karamba.Algorithms
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic void update(
Model model
)
Public Sub update (
model As Model
)
public:
void update(
Model^ model
)
member update :
model : Model -> unit
Parameters
- model
- Type: Karamba.ModelsModel
model to be updated.
See Also