ProcessingCalculateAreasFromRaw Method  | 
 
            Calculate the area below the given water levels using the
            raw points of the cross section.
            
 
    Namespace: 
   DHI.Mike1D.CrossSectionModule
    Assembly:
   DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic static double[] CalculateAreasFromRaw(
	double[] hs,
	XSBaseRaw xs
)
Public Shared Function CalculateAreasFromRaw ( 
	hs As Double(),
	xs As XSBaseRaw
) As Double()
public:
static array<double>^ CalculateAreasFromRaw(
	array<double>^ hs, 
	XSBaseRaw^ xs
)
Parameters
- hs
 - Type: SystemDouble
Water levels to calculate areas at. Assuming water levels are in the range of the raw data - xs
 - Type: DHI.Mike1D.CrossSectionModuleXSBaseRaw
Cross section with raw data 
Return Value
Type: 
DoubleAreas for each level
See Also