StateSelectorFactorySelectors Method

Creates a set of selectors based on the given selection string an model.

Definition

Namespace: Karamba.Elements.States.Selectors
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public StateSelectorSet Selectors(
	string lCSelection,
	Model model
)

Parameters

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.

Return Value

StateSelectorSet
A set of selectors.

See Also