StormWaterControlSetOutletDetails Method |
Sets an OutletDetailCollection containing all outlet details to the object.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntaxpublic void SetOutletDetails(
OutletDetailCollection outletDetails
)
Public Sub SetOutletDetails (
outletDetails As OutletDetailCollection
)
public:
void SetOutletDetails(
OutletDetailCollection^ outletDetails
)
Parameters
- outletDetails OutletDetailCollection
- The new OutletDetailCollection object to set.
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when the ConnectedObjectId of any outlet is neither ObjectId.Null nor outflow part.
|
| BackwardCompatibilityException |
Thrown when the object was created by an older product and is incompatible with this application.
|
| ForwardCompatibilityException |
Thrown when the object was created by a newer product and is incompatible with this application.
|
See Also