StormWaterControlSafetyFactor Property

Gets or sets the safety factor that reduces the infiltration rate during the analysis to account for silting up or poor maintenance.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntax
public double SafetyFactor { get; set; }

Property Value

Double
Exceptions
ExceptionCondition
ArgumentException Thrown when setting the property with a negative value.
BackwardCompatibilityException Thrown when setting the property and the object was created by an older product and is incompatible with this application.
ForwardCompatibilityException Thrown when setting the property and the object was created by a newer product and is incompatible with this application.
See Also