OutletDetailCollectionAdd Method |
Adds an outlet with the specified name and appends it to the end of the collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntaxpublic OutletDetail Add(
string name
)
Public Function Add (
name As String
) As OutletDetail
public:
OutletDetail^ Add(
String^ name
)
Parameters
- name String
- The name of the outlet.
Return Value
OutletDetail
The newly created OutletDetail object.
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when name is empty or consists only of whitespace.
|
See Also