OutletDetailName Property

Gets and sets outlet detail's name.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntax
public string Name { get; set; }

Property Value

String
Exceptions
ExceptionCondition
ArgumentException Thrown when setting to a value that is empty or consists only of whitespace.
See Also