StormWaterControlSetOutletDetails Method

Sets an OutletDetailCollection containing all outlet details to the object.

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

Parameters

outletDetails  OutletDetailCollection
The new OutletDetailCollection object to set.
Exceptions
ExceptionCondition
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