IsConnectedPipeFlowingIn Method

Determines if the connected pipe is flowing into the structure

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

Syntax

C#

public bool IsConnectedPipeFlowingIn(
	int index
)

Visual Basic

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

Visual C++

public:
bool IsConnectedPipeFlowingIn(
	int index
)

Parameters

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

See Also