Click or drag to resize

ModelelementsByID Method

returns list of elements that correspond to the given ids.

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

Parameters

ids
Type: System.Collections.GenericListString
list of element identifiers used for searching elements.

Return Value

Type: ListModelElement
list of elements that correspond to the given ids.
See Also