CrossSectionFactoryBuildRectangular Method  | 
 
             Build rectangular XS
            
 
    Namespace: 
   DHI.Mike1D.CrossSectionModule
    Assembly:
   DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic void BuildRectangular(
	double height,
	double width
)
Public Sub BuildRectangular ( 
	height As Double,
	width As Double
)
public:
void BuildRectangular(
	double height, 
	double width
)
Parameters
- height
 - Type: SystemDouble
 - width
 - Type: SystemDouble
 
See Also