IStateSelectorAddTo Method
Clones and adds the given state selector to the set of selectors if the tag matches the state selector at hand.
Namespace: Karamba.Elements.States.SelectorsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
void AddTo(
StateSelectorSet selectorSet,
Model model,
string loadCaseCombinationName,
bool minimize,
bool maximize,
string tag
)
Sub AddTo (
selectorSet As StateSelectorSet,
model As Model,
loadCaseCombinationName As String,
minimize As Boolean,
maximize As Boolean,
tag As String
)
void AddTo(
StateSelectorSet^ selectorSet,
Model^ model,
String^ loadCaseCombinationName,
bool minimize,
bool maximize,
String^ tag
)
abstract AddTo :
selectorSet : StateSelectorSet *
model : Model *
loadCaseCombinationName : string *
minimize : bool *
maximize : bool *
tag : string -> unit
Parameters
- selectorSet StateSelectorSet
- Set of selectors to potentially add to.
- model Model
- Model for which to do the selection.
- loadCaseCombinationName String
- Name of the load-case-combination to select from.
- minimize Boolean
- True if selector shall minimize the result.
- maximize Boolean
- True if selector shall maximize the result.
- tag String
- Tag to determine the flavor of selector to add.