Click or drag to resize

ModelElements Method (IEnumerableInt32)

Retrieves elements connected to a given indexes.

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

Parameters

inds
Type: System.Collections.GenericIEnumerableInt32
Indexes for which to get the elements.

Return Value

Type: IEnumerableModelElement
Element with the given index.
See Also