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