CatchmentNamDataZoneArea Property  | 
 
            Variables holding the areas of the different zones.
            Type: Catchment area
            Unit: [km2]
            Default: 0, not used in case of only one snow zone, the total catchment area is used instead.
            
 
    Namespace: 
   DHI.Mike1D.RainfallRunoffModule
    Assembly:
   DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic double[] ZoneArea { get; set; }Public Property ZoneArea As Double()
	Get
	Set
public:
virtual property array<double>^ ZoneArea {
	array<double>^ get () sealed;
	void set (array<double>^ value) sealed;
}Property Value
Type: 
DoubleImplements
ICatchmentNamDataZoneArea
See Also