Click or drag to resize

CroSecTablebuildCroSecFromTableRow Method

Build a cross section object from a given set of items which contain the cross section properties.

Namespace:  Karamba.CrossSections
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public CroSec buildCroSecFromTableRow(
	CroSecTableRow tr,
	ref string msg
)

Parameters

tr
Type: Karamba.CrossSectionsCroSecTableRow
row of cross section table.
msg
Type: SystemString
messages gathered from routines that read the contents of the table row.

Return Value

Type: CroSec
The cross section.
See Also