IsConnectedPipeFlowingOut Method

Determines if the connected pipe is flowing out of the structure

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

Syntax

C#

public bool IsConnectedPipeFlowingOut(
	int index
)

Visual Basic

Public Function IsConnectedPipeFlowingOut ( _
	index As Integer _
) As Boolean

Visual C++

public:
bool IsConnectedPipeFlowingOut(
	int index
)

Parameters

index
Type: System.Int32
The index of the pipe to check.

See Also