Click or drag to resize

BuilderCSVaddCroSec Method

Adds a cross section to the builder.

Namespace:  Karamba.Exporters
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
protected int addCroSec(
	CroSec c,
	Model model
)

Parameters

c
Type: Karamba.CrossSectionsCroSec
Cross section to add.
model
Type: Karamba.ModelsModel
Model which the cross section belongs to.

Return Value

Type: Int32
Index of added cross section.
See Also