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.2.3892.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);
}

See Also