StormWaterControlStyleId Property

Sets the stormwater control's style Id.

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

Property Value

ObjectId
Exceptions
ExceptionCondition
ArgumentException Thrown when:
  1. New style id is invalid.
  2. The new style is NOT a style for specific Storm Water Control type (E.g, Pond style, Underground Storage style, etc.).
Remarks
No specific/overridden handling for StyleId getter, so the default logic from base class would be invoked.
See Also