This class represents a collection of SurfaceAnalysisWatershedData objects for a surface watershed analysis.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public class SurfaceAnalysisWatershedDataCollection : IEnumerable<SurfaceAnalysisWatershedData>
Visual Basic
Public Class SurfaceAnalysisWatershedDataCollection _
	Implements IEnumerable(Of SurfaceAnalysisWatershedData)
Visual C++
public ref class SurfaceAnalysisWatershedDataCollection : IEnumerable<SurfaceAnalysisWatershedData^>

Remarks

A watershed analysis typically contains several watershed areas. The Surface.Analysis.GetWatershedData() method returns a collection of this type.

Inheritance Hierarchy

System..::..Object
  Autodesk.Civil.DatabaseServices..::..SurfaceAnalysisWatershedDataCollection

See Also