XSCircularBottomLevelFromCenter Method  | 
 
            Return the bottom level of the cross section at a distance dx from 
            the center of the cross section. Throws an exception if dx is larger than 
            half the cross section width.
            
 
    Namespace: 
   DHI.Mike1D.CrossSectionModule
    Assembly:
   DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic override double BottomLevelFromCenter(
	double dx
)
Public Overrides Function BottomLevelFromCenter ( 
	dx As Double
) As Double
public:
virtual double BottomLevelFromCenter(
	double dx
) override
Parameters
- dx
 - Type: SystemDouble
 
Return Value
Type: 
Double[Missing <returns> documentation for "M:DHI.Mike1D.CrossSectionModule.XSCircular.BottomLevelFromCenter(System.Double)"]
See Also