EnergyLossDownstreamCrossSection Property  | 
 
            Downstream cross section data. The cross section data is the processed level, with, area.
            
 
    Namespace: 
   DHI.Mike1D.StructureModule
    Assembly:
   DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic ICrossSection DownstreamCrossSection { get; set; }Public Property DownstreamCrossSection As ICrossSection
	Get
	Set
public:
property ICrossSection^ DownstreamCrossSection {
	ICrossSection^ get ();
	void set (ICrossSection^ value);
}Property Value
Type: 
ICrossSection
See Also