Click or drag to resize

ModelBuilderelementsEnlistIds Method

enlist the element and element set identifiers in the model

Namespace:  Karamba.Models
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected void elementsEnlistIds(
	List<BuilderElement> in_elems,
	IReadOnlyList<ElemSet> in_elemsets
)

Parameters

in_elems
Type: System.Collections.GenericListBuilderElement

[Missing <param name="in_elems"/> documentation for "M:Karamba.Models.ModelBuilder.elementsEnlistIds(System.Collections.Generic.List{Karamba.Elements.BuilderElement},System.Collections.Generic.IReadOnlyList{Karamba.Elements.ElemSet})"]

in_elemsets
Type: System.Collections.GenericIReadOnlyListElemSet

[Missing <param name="in_elemsets"/> documentation for "M:Karamba.Models.ModelBuilder.elementsEnlistIds(System.Collections.Generic.List{Karamba.Elements.BuilderElement},System.Collections.Generic.IReadOnlyList{Karamba.Elements.ElemSet})"]

See Also