Share

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.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

 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.

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.

Remarks

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

See Also

Reference

Was this information helpful?