An enumeration that describes all possible label types that a base label object can be.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: 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 nameValueDescription
Unknown0
Note1
General2
SurfaceContour3
ParcelFace4
ParcelSegment5
AlignmentMajorStation6
AlignmentMinorStation7
AlignmentGeometryPoint8
AlignmentProfileGeometryPoint9
AlignmentStationEquation10
AlignmentDesignSpeed11
AlignmentSuperelevationCriticalPoints12
AlignmentCANTCriticalPoints13
AlignmentStationOffset14
AlignmentTangent15
AlignmentCurve16
AlignmentSpiral17
AlignmentTangentIntersection18
AlignmentPointOfIntersection19
ProfileMajorStation20
ProfileMinorStation21
ProfileHorizontalGeometryPoint22
ProfileGradeBreaks23
ProfileLine24
ProfileCrestCurve25
ProfileSagCurve26
ProfileStationElevation27
ProfileViewDepth28
ProfileProjection29
ProfileDataBand30
VerticalGeometryBand31
HorizontalGeometryBand32
SuperElevationBand33
PipeNetworkBand34
SectionalDataBand35
SectionViewOffsetElevation36
SectionViewDepth37
SectionProjection38
SectionMajorOffset39
SectionMinorOffset40
SectionGradeBreak41
SectionSegment42
SectionDataBand43
SampleLine44
Pipe45
PipeProfile46
PipeSection47
StructureLabel48
StructureProfile49
StructureSection50
ViewFrame51
MatchLine52
SectionCorridorPoint53

See Also