FlowSegmentSlope Property |
Gets or sets the slope of flow segment.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic double Slope { get; set; }
Public Property Slope As Double
Get
Set
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