Specifies a Part type.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public enum PartType
Visual Basic
Public Enumeration PartType
Visual C++
public enum class PartType
Members
| Member name | Value | Description | |
|---|---|---|---|
| UndefinedPartType | 0 | ||
| Pipe | 10 | ||
| Channel | 11 | ||
| Wire | 12 | ||
| Conduit | 13 | ||
| StructNull | 101 | ||
| StructJunction | 102 | ||
| StructInletOutlet | 103 | ||
| StructGeneral | 104 | ||
| StructEquipment | 105 |