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.CrossSectionsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public override string readFromTableRow(
CroSecTableRow crosec_table_row
)
Public Overrides Function readFromTableRow (
crosec_table_row As CroSecTableRow
) As String
public:
virtual String^ readFromTableRow(
CroSecTableRow^ crosec_table_row
) override
abstract readFromTableRow :
crosec_table_row : CroSecTableRow -> string
override readFromTableRow :
crosec_table_row : CroSecTableRow -> string
- crosec_table_row CroSecTableRow
- Object containing the entries of one row in the cross section table.
Stringstring with messages if something went wrong.