CatchmentNamDataZoneElevation Property  | 
 
            Variables holding the elevations for the different zones.
            These values are not used during the calculation, but used
            elsewhere to calculate parameters in different snow zones.
            Type: Elevation
            Unit: [meter]
            Default: 100, 200, 300, 400, 500, 600, 700, 800, 900, 1000
            
 
    Namespace: 
   DHI.Mike1D.RainfallRunoffModule
    Assembly:
   DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic double[] ZoneElevation { get; set; }Public Property ZoneElevation As Double()
	Get
	Set
public:
virtual property array<double>^ ZoneElevation {
	array<double>^ get () sealed;
	void set (array<double>^ value) sealed;
}Property Value
Type: 
DoubleImplements
ICatchmentNamDataZoneElevation
See Also