StormWaterControlStyleName Property

Sets the stormwater control's style name.

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

Property Value

String
Exceptions
ExceptionCondition
ArgumentNullException Thrown when new style name is null.
ArgumentException Thrown when:
  1. The new style name is empty.
  2. Stormwater control style with the name does not exist.
Remarks
No specific/overridden handling for StyleId getter, so the default logic from base class would be invoked.
See Also