Gets or sets the wetted perimeter of channel flow.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.5.1584.0
Syntax
| C# |
|---|
public double WettedPerimeter { get; set; } |
| Visual Basic |
|---|
Public Property WettedPerimeter As Double
Get
Set |
| Visual C++ |
|---|
public:
property double WettedPerimeter {
double get ();
void set (double value);
} |
Remarks
Exceptions
| Exception | Condition |
|---|
| System..::..InvalidOperationException |
Thrown when FlowSegment.FlowType is NOT TR55FlowSegmentType.FlowTypeChannel.
|
See Also