| 
            
              FactoryCrossSectionReadCrossSectionTable Method 
             | 
          
        
         
            Read a cross section table.
            
 
    Namespace: 
   Karamba.Factories
    Assembly:
   KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
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: 
CroSecTableRead cross section table.
See Also