StateSelectorFactorySelectors Method
Creates a set of selectors based on the given selection string an model.
Namespace: Karamba.Elements.States.SelectorsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public StateSelectorSet Selectors(
string lCSelection,
Model model
)
Public Function Selectors (
lCSelection As String,
model As Model
) As StateSelectorSet
public:
StateSelectorSet^ Selectors(
String^ lCSelection,
Model^ model
)
member Selectors :
lCSelection : string *
model : Model -> StateSelectorSet
- lCSelection String
- String describing the user's state selection choice.
Syntax: "LoadCaseCombinationName/Tag1/Tag2/Tag3/...".
The tags get converted to lower case; leading and trailing spaces get removed.
- model Model
- Model from which to select.
StateSelectorSetA set of selectors.