OutletDetailCollection Class

Defines a collection containing all outlet details for the storm water control.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      Autodesk.Civil.DatabaseServicesOutletDetailCollection

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntax
public sealed class OutletDetailCollection : DisposableWrapper, 
	IEnumerable<OutletDetail>

The OutletDetailCollection type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the number of OutletDetail objects in the collection.
Public propertyItem 
Top
Methods
 NameDescription
Public methodAdd Adds an outlet with the specified name and appends it to the end of the collection.
Public methodClear Removes all outlets from the collection.
Public methodGetEnumerator Implements the method declared in the IEnumerable<T> interface. This method returns an enumerator which can be used to enumerate this collection.
Public methodGetObjectEnumerator Implements the method declared in the IEnumerable interface. This method returns an enumerator which can be used to enumerate this collection.
Public methodRemoveAt Removes the outlet at the specified index of the collection.
Top
See Also