StormWaterControlGetInletDetails Method

Gets a InletDetailCollection containing all inlet details for the stormwater control.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntax
public InletDetailCollection GetInletDetails()

Return Value

InletDetailCollection
Remarks
For each inflow pipe, provide a respective InletDetail in the collection. If no inlet detail, return an empty collection.
See Also