StormWaterControlName Property |
Sets the stormwater control's name.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntaxpublic override string Name { set; }Public Overrides WriteOnly Property Name As String
Set
public:
virtual property String^ Name {
void set (String^ value) override;
}Property Value
String
Exceptions| Exception | Condition |
|---|
| BackwardCompatibilityException |
Thrown when setting value and data is not compatible with the current version of the stormwater control. Try to fix by upgrading the stormwater control.
|
| ForwardCompatibilityException |
Thrown when setting value and data is not compatible with the current version of the stormwater control. Try to fix by opening the drawing in a newer version of the product.
|
| ArgumentException |
Thrown when:
- Name is empty.
- Name is duplicate.
- Name contains invalid character.
|
| ArgumentNullException |
Thrown when new name is null.
|
See Also