AbstractBroadCrestedCWeirDownstreamCrossSection Property |
Downstream cross section data. The cros section data is the processed level, with, area.
Set up during initialize, from cross section database.
Namespace:
DHI.Mike1D.StructureModule
Assembly:
DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public ICrossSection DownstreamCrossSection { get; set; }
Public Property DownstreamCrossSection As ICrossSection
Get
Set
public:
property ICrossSection^ DownstreamCrossSection {
ICrossSection^ get ();
void set (ICrossSection^ value);
}
Property Value
Type:
ICrossSectionSee Also