CulvertUpstreamCrossSection Property  | 
 
            Upstream cross section data. The cros 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 UpstreamCrossSection { get; set; }Public Property UpstreamCrossSection As ICrossSection
	Get
	Set
public:
property ICrossSection^ UpstreamCrossSection {
	ICrossSection^ get ();
	void set (ICrossSection^ value);
}Property Value
Type: 
ICrossSection
See Also