This class represents a collection of SurfaceAnalysisWatershedData objects for a surface watershed analysis.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesSurfaceAnalysisWatershedDataCollection
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public class SurfaceAnalysisWatershedDataCollection : IEnumerable<SurfaceAnalysisWatershedData>
VB
Public Class SurfaceAnalysisWatershedDataCollection Implements IEnumerable(Of SurfaceAnalysisWatershedData)
C++
public ref class SurfaceAnalysisWatershedDataCollection : IEnumerable<SurfaceAnalysisWatershedData^>
The SurfaceAnalysisWatershedDataCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Count | Gets the number of SurfaceAnalysisWatershedData objects in the collection. |
![]() | Item | |
![]() | ParentSurfaceId | Gets the ObjectId of the Surface from which the watershed data is generated. |
Methods
Name | Description | |
---|---|---|
![]() | GetEnumerator | This method returns an enumerator which can be use to enumerate this collection. |
![]() | GetObjectEnumerator | This method returns an enumerator which can be use to enumerate this collection. |