CrossSectionFactorySetProcessedData Method  | 
 
            Set processed data. All arrays must have same length. Only 
            
 
    Namespace: 
   DHI.Mike1D.CrossSectionModule
    Assembly:
   DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic void SetProcessedData(
	double[] levels,
	double[] flowAreas,
	double[] radii,
	double[] storageWidths,
	double[] additionalStorageAreas,
	double[] resistFactors
)
Public Sub SetProcessedData ( 
	levels As Double(),
	flowAreas As Double(),
	radii As Double(),
	storageWidths As Double(),
	additionalStorageAreas As Double(),
	resistFactors As Double()
)
public:
void SetProcessedData(
	array<double>^ levels, 
	array<double>^ flowAreas, 
	array<double>^ radii, 
	array<double>^ storageWidths, 
	array<double>^ additionalStorageAreas, 
	array<double>^ resistFactors
)
Parameters
- levels
 - Type: SystemDouble
Processed levels - flowAreas
 - Type: SystemDouble
Processed flow areas - radii
 - Type: SystemDouble
Processed hydraulic radii - storageWidths
 - Type: SystemDouble
Processed storage widths - additionalStorageAreas
 - Type: SystemDouble
Processed additional storage areas - resistFactors
 - Type: SystemDouble
Processed resistance factors 
See Also