Click or drag to resize

CroSec_BeamreadFromTableRow Method

read those data-items from the table row that need no verification and add it to the data of this cross section.

Namespace:  Karamba.CrossSections
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public override string readFromTableRow(
	CroSecTableRow crosec_table_row
)

Parameters

crosec_table_row
Type: Karamba.CrossSectionsCroSecTableRow
Object containing the entries of one row in the cross section table.

Return Value

Type: String
string with messages if something went wrong.
See Also