Share

Structure.SumpDepth Property

Gets or sets the sump depth.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public double SumpDepth { get; set; }

VB

Public Property SumpDepth As Double
	Get
	Set

C++

public:
property double SumpDepth {
	double get ();
	void set (double value);
}

Property Value

Double

Exceptions

ExceptionCondition
ArgumentException Thrown when input value is less than zero.

See Also

Reference

Was this information helpful?