OutletDetailCollectionAdd Method

Adds an outlet with the specified name and appends it to the end of the collection.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntax
public OutletDetail Add(
	string name
)

Parameters

name  String
The name of the outlet.

Return Value

OutletDetail
The newly created OutletDetail object.
Exceptions
ExceptionCondition
ArgumentException Thrown when name is empty or consists only of whitespace.
See Also