CatchmentKinematicWaveSurfaces Property  | 
 
            List of surfaces
            
 
    Namespace: 
   DHI.Mike1D.RainfallRunoffModule
    Assembly:
   DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic IReadOnlyList<CatchmentKinematicWaveSurface> Surfaces { get; }Public ReadOnly Property Surfaces As IReadOnlyList(Of CatchmentKinematicWaveSurface)
	Get
public:
property IReadOnlyList<CatchmentKinematicWaveSurface^>^ Surfaces {
	IReadOnlyList<CatchmentKinematicWaveSurface^>^ get ();
}Property Value
Type: 
IReadOnlyListCatchmentKinematicWaveSurface
See Also