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: 1.0.0.0 (1.0.0.0)
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

[Missing <returns> documentation for "M:Karamba.CrossSections.CroSecTable.buildCroSecFromTableRow(Karamba.CrossSections.CroSecTableRow,System.String@)"]

See Also