Click or drag to resize

XSBaseGetFlowArea Method (Int32)

Return the cross sectional flow area, for index and fraction into the processed data. This can be the total areas or the effective flow area hence the area does not necessarily correspond to the amount of water in the system (volume)

Namespace:  DHI.Mike1D.CrossSectionModule
Assembly:  DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public virtual double GetFlowArea(
	int index
)

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:DHI.Mike1D.CrossSectionModule.XSBase.GetFlowArea(System.Int32)"]

Return Value

Type: Double

[Missing <returns> documentation for "M:DHI.Mike1D.CrossSectionModule.XSBase.GetFlowArea(System.Int32)"]

See Also