An enumeration that describes all possible label types that a base label object can be.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public enum LabelType |
| Visual Basic |
|---|
Public Enumeration LabelType |
| Visual C++ |
|---|
public enum class LabelType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Unknown | 0 | ||
| Note | 1 | ||
| General | 2 | ||
| SurfaceContour | 3 | ||
| ParcelFace | 4 | ||
| ParcelSegment | 5 | ||
| AlignmentMajorStation | 6 | ||
| AlignmentMinorStation | 7 | ||
| AlignmentGeometryPoint | 8 | ||
| AlignmentProfileGeometryPoint | 9 | ||
| AlignmentStationEquation | 10 | ||
| AlignmentDesignSpeed | 11 | ||
| AlignmentSuperelevationCriticalPoints | 12 | ||
| AlignmentCANTCriticalPoints | 13 | ||
| AlignmentStationOffset | 14 | ||
| AlignmentTangent | 15 | ||
| AlignmentCurve | 16 | ||
| AlignmentSpiral | 17 | ||
| AlignmentTangentIntersection | 18 | ||
| AlignmentPointOfIntersection | 19 | ||
| ProfileMajorStation | 20 | ||
| ProfileMinorStation | 21 | ||
| ProfileHorizontalGeometryPoint | 22 | ||
| ProfileGradeBreaks | 23 | ||
| ProfileLine | 24 | ||
| ProfileCrestCurve | 25 | ||
| ProfileSagCurve | 26 | ||
| ProfileStationElevation | 27 | ||
| ProfileViewDepth | 28 | ||
| ProfileProjection | 29 | ||
| ProfileDataBand | 30 | ||
| VerticalGeometryBand | 31 | ||
| HorizontalGeometryBand | 32 | ||
| SuperElevationBand | 33 | ||
| PipeNetworkBand | 34 | ||
| SectionalDataBand | 35 | ||
| SectionViewOffsetElevation | 36 | ||
| SectionViewDepth | 37 | ||
| SectionProjection | 38 | ||
| SectionMajorOffset | 39 | ||
| SectionMinorOffset | 40 | ||
| SectionGradeBreak | 41 | ||
| SectionSegment | 42 | ||
| SectionDataBand | 43 | ||
| SampleLine | 44 | ||
| Pipe | 45 | ||
| PipeProfile | 46 | ||
| PipeSection | 47 | ||
| StructureLabel | 48 | ||
| StructureProfile | 49 | ||
| StructureSection | 50 | ||
| ViewFrame | 51 | ||
| MatchLine | 52 | ||
| SectionCorridorPoint | 53 |