StormWaterControlGetOutletDetails Method |
Gets a OutletDetailCollection containing all outlet details for the stormwater control.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntaxpublic OutletDetailCollection GetOutletDetails()
Public Function GetOutletDetails As OutletDetailCollection
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