SurfaceAnalysisWatershedDataCollection Class

This class represents a collection of SurfaceAnalysisWatershedData objects for a surface watershed analysis.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesSurfaceAnalysisWatershedDataCollection

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public class SurfaceAnalysisWatershedDataCollection : IEnumerable<SurfaceAnalysisWatershedData>

The SurfaceAnalysisWatershedDataCollection type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the number of SurfaceAnalysisWatershedData objects in the collection.
Public propertyItem 
Public propertyParentSurfaceId Gets the ObjectId of the Surface from which the watershed data is generated.
Top
Methods
 NameDescription
Public methodGetEnumerator This method returns an enumerator which can be use to enumerate this collection.
Public methodGetObjectEnumerator This method returns an enumerator which can be use to enumerate this collection.
Top
Remarks
A watershed analysis typically contains several watershed areas. The Surface.Analysis.GetWatershedData() method returns a collection of this type.
See Also