OutletDetailName Property |
Gets and sets outlet detail's name.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntaxpublic string Name { get; set; }Public Property Name As String
Get
Set
public:
property String^ Name {
String^ get ();
void set (String^ value);
}Property Value
String
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when setting to a value that is empty or consists only of whitespace.
|
See Also