Click or drag to resize

ModelElements Method

return all elements of the model.

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

Return Value

Type: IEnumerableModelElement
all elements of the model.
See Also