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