Specifies the pipe network structure type for structures.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public enum PipeNetworkStructureType
VB
Public Enumeration PipeNetworkStructureType
C++
public enum class PipeNetworkStructureType
Members
| Member name | Value | Description |
|---|---|---|
| UndefinedType | 0 | |
| GrateInlet | 1 | |
| CurbInlet | 2 | |
| CombinationInlet | 3 | |
| Outfall | 4 | |
| Manhole | 5 |
