|
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)
Syntaxprotected void elementsAttachCroSecs(
List<BuilderElement> inElems
)
Protected Sub elementsAttachCroSecs (
inElems As List(Of BuilderElement)
)
protected:
void elementsAttachCroSecs(
List<BuilderElement^>^ inElems
)
member elementsAttachCroSecs :
inElems : List<BuilderElement> -> unit
Parameters
- inElems
- Type: System.Collections.GenericListBuilderElement
List of all elements of the model.
See Also