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: 1.0.0.0 (1.0.0.0)
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