StormWaterControlGetOutletDetails Method

Gets a OutletDetailCollection containing all outlet details for the stormwater control.

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

Return Value

OutletDetailCollection
Remarks
If no outlet detail saved in db, return an empty collection. OutletDetail.ConnectedObjectId is the ObjectId of the outflow pipe or null.
See Also