Click or drag to resize

ModelBuilderelementsAttachCroSecs Method

Attaches cross sections which directly reference an element and thus act as agents This is only done if a default cross section is attached to an element.

Namespace:  Karamba.Models
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
protected void elementsAttachCroSecs(
	List<BuilderElement> inElems
)

Parameters

inElems
Type: System.Collections.GenericListBuilderElement
List of all elements of the model.
See Also