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.

Definition

Namespace: Karamba.CrossSections
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public override string readFromTableRow(
	CroSecTableRow crosec_table_row
)

Parameters

crosec_table_row  CroSecTableRow
Object containing the entries of one row in the cross section table.

Return Value

String
string with messages if something went wrong.

See Also