Share

FlowSegment.Slope Property

Gets or sets the slope of flow segment.



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

Syntax

C#

public double Slope { get; set; }

VB

Public Property Slope As Double
	Get
	Set

C++

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

Property Value

Double

Remarks

This property is the essential factor to take part in TR-55 calculation.

See Also

Reference

Was this information helpful?