An enumeration that specifies the data band type.
Namespace: Autodesk.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public enum BandType
VB
Public Enumeration BandType
C++
public enum class BandType
Members
| Member name | Value | Description |
|---|---|---|
| ProfileData | 66 | |
| VerticalGeometry | 67 | |
| HorizontalGeometry | 68 | |
| SuperelevationData | 69 | |
| SectionData | 120 | |
| SectionSegment | 121 | |
| PipeNetwork | 320 | |
| SectionalData | 328 | |
| PressureNetwork | 402 | |
| CantData | 403 |
