Click or drag to resize

FactoryCrossSectionReadCrossSectionTable Method

Read a cross section table.

Namespace:  Karamba.Factories
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public CroSecTable ReadCrossSectionTable(
	string path,
	out string info
)

Parameters

path
Type: SystemString
path of the table.
info
Type: SystemString
information regarding the reading process.

Return Value

Type: CroSecTable
Read cross section table.
See Also