XSRectangularHeight Property  | 
 
             Height 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 override double Height { get; }Public Overrides ReadOnly Property Height As Double
	Get
public:
virtual property double Height {
	double get () override;
}Property Value
Type: 
Double
Remarks
             To get the height of the processed data, use instead
             
TopLevel-
BottomLevel.
             
             For user specified cross sections, this is the difference
             between the top and bottom level of the processed data.
             For other types of cross sections, this need not be the case.
             
See Also