Share

Pipe.FlowDirectionMethod Property

Gets or sets the method that is used to determine the flow for this pipe.



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

Syntax

C#

public FlowDirectionMethodType FlowDirectionMethod { get; set; }

VB

Public Property FlowDirectionMethod As FlowDirectionMethodType
	Get
	Set

C++

public:
property FlowDirectionMethodType FlowDirectionMethod {
	FlowDirectionMethodType get ();
	void set (FlowDirectionMethodType value);
}

Property Value

FlowDirectionMethodType

See Also

Reference