Click or drag to resize

ModelElements Method (ListString)

return set of element which match one of the given identifiers.

Namespace:  Karamba.Models
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public IEnumerable<ModelElement> Elements(
	List<string> ids
)

Parameters

ids
Type: System.Collections.GenericListString
identifiers for selecting elements.

Return Value

Type: IEnumerableModelElement
set of element which match one of the given identifiers.
See Also