Gets or sets the cross section area of channel flow.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public double CrossSectionArea { get; set; }
VB
Public Property CrossSectionArea As Double Get Set
C++
public: property double CrossSectionArea { double get (); void set (double value); }
Property Value
DoubleExceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when FlowSegment.FlowType is NOT TR55FlowSegmentType.FlowTypeChannel. |
Remarks
- This property only takes part in TR-55 calculation when FlowSegment.FlowType is TR55FlowSegmentType.FlowTypeChannel.
- The unit of value is defined by the drawing unit in drawing settings (CivilDocument.Settings.DrawingSettings.UnitZoneSettings.DrawingUnits). Drawing Unit is feet: square foot; Drawing unit is meter: square meter.