Share

Structure.RimToSumpHeight Property

Gets or sets the distance between the sump to the structure’s rim.



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

Syntax

C#

public double RimToSumpHeight { get; set; }

VB

Public Property RimToSumpHeight As Double
	Get
	Set

C++

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

Property Value

Double

Exceptions

ExceptionCondition
ArgumentException Thrown when input value is less than zero.
InvalidOperationException The structure's type is not junction.

Remarks

This property is for junction structures only.

See Also

Reference

Was this information helpful?