StormWaterControlStyleId Property |
Sets the stormwater control's style Id.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntaxpublic override ObjectId StyleId { set; }Public Overrides WriteOnly Property StyleId As ObjectId
Set
public:
virtual property ObjectId StyleId {
void set (ObjectId value) override;
}Property Value
ObjectId
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when:
- New style id is invalid.
- 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