|
FactoryCrossSectionReadCrossSectionTable Method
|
read a cross section table
Namespace:
KarambaCommon.Factories
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic CroSecTable ReadCrossSectionTable(
string path,
out string info
)
Public Function ReadCrossSectionTable (
path As String,
<OutAttribute> ByRef info As String
) As CroSecTable
public:
CroSecTable^ ReadCrossSectionTable(
String^ path,
[OutAttribute] String^% info
)
member ReadCrossSectionTable :
path : string *
info : string byref -> CroSecTable
Parameters
- path
- Type: SystemString
path of the table - info
- Type: SystemString
information regarding the reading process
Return Value
Type:
CroSecTable[Missing <returns> documentation for "M:KarambaCommon.Factories.FactoryCrossSection.ReadCrossSectionTable(System.String,System.String@)"]
See Also