InletDetailCollection Class

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

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

The InletDetailCollection type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the number of InletDetail objects in the collection.
Public propertyItem 
Top
Methods
 NameDescription
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 use to enumerate this collection.
Top
See Also