|
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)
Syntaxpublic List<ModelElement> elementsByID(
List<string> ids
)
Public Function elementsByID (
ids As List(Of String)
) As List(Of ModelElement)
public:
List<ModelElement^>^ elementsByID(
List<String^>^ ids
)
member elementsByID :
ids : List<string> -> List<ModelElement>
Parameters
- ids
- Type: System.Collections.GenericListString
list of element identifiers used for searching elements.
Return Value
Type:
ListModelElementlist of elements that correspond to the given ids.
See Also