StormWaterControlDescription Property

Sets the stormwater control's description.

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

Property Value

String
Exceptions
ExceptionCondition
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.
See Also