StormWaterControlGetOutfallDetail Method |
Gets a OutfallDetail containing the outfall detail for the stormwater control.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntaxpublic OutfallDetail GetOutfallDetail()
Public Function GetOutfallDetail As OutfallDetail
public:
OutfallDetail^ GetOutfallDetail()
Return Value
OutfallDetail
Remarks
Return "null" if it is not an outfall.
And only when this stormwater control has at least 1 outlet detail without any connected/attached object, it is an Outfall.
See Also