Share

Structure.IsConnectedPipeFlowingIn Method

Determines if the connected pipe is flowing into the structure



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

Syntax

C#

public bool IsConnectedPipeFlowingIn(
	int index
)

VB

Public Function IsConnectedPipeFlowingIn ( 
	index As Integer
) As Boolean

C++

public:
bool IsConnectedPipeFlowingIn(
	int index
)

Parameters

index  Int32
The index of the pipe to check.

Return Value

Boolean

See Also

Reference

Was this information helpful?