StructureIsConnectedPipeFlowingIn Method |
Determines if the connected pipe is flowing into the structure
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool IsConnectedPipeFlowingIn(
int index
)
Public Function IsConnectedPipeFlowingIn (
index As Integer
) As Boolean
public:
bool IsConnectedPipeFlowingIn(
int index
)
Parameters
- index Int32
- The index of the pipe to check.
Return Value
Boolean
See Also