Click or drag to resize

ModelBuilderAdd Method (IReadOnlyListCroSec)

Adds a list of cross sections to the model.

Namespace:  Karamba.Models
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
protected void Add(
	IReadOnlyList<CroSec> in_crosecs
)

Parameters

in_crosecs
Type: System.Collections.GenericIReadOnlyListCroSec
List of cross sections.
See Also