Gets or sets the method that is used to determine the flow for this pipe.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0
Syntax
C#
public FlowDirectionMethodType FlowDirectionMethod { get; set; }
Visual Basic
Public Property FlowDirectionMethod As FlowDirectionMethodType Get Set
Visual C++
public: property FlowDirectionMethodType FlowDirectionMethod { FlowDirectionMethodType get (); void set (FlowDirectionMethodType value); }