AlignmentLabelSetItem Class

The predefined label properties for alignments.
Inheritance Hierarchy
SystemObject
  [T:Autodesk.Civil.CivilWrapper<AeccDbAlignStnLabelsDlgTemplate>]
    Autodesk.Civil.DatabaseServices.StylesBaseLabelSetItem
      Autodesk.Civil.DatabaseServices.StylesAlignmentLabelSetItem

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public class AlignmentLabelSetItem : BaseLabelSetItem

The AlignmentLabelSetItem type exposes the following members.

Properties
 NameDescription
Public propertyIncrement Gets or Sets the increment at which to insert major and minor station labels.
Public propertyLabelStyleId Gets or Sets the label style object id in the current label set item.
(Inherited from BaseLabelSetItem)
Public propertyLabelStyleName Gets or Sets the label style name in the current label set item.
(Inherited from BaseLabelSetItem)
Public propertyLabelStyleType Gets the label type in the current label set item.
(Inherited from BaseLabelSetItem)
Top
Methods
 NameDescription
Public methodGetLabeledAlignmentGeometryPoints Gets the alignment geometry points from the alignment label set item.
Public methodGetLabeledProfileGeometryPoints Gets the profile geometry points from the alignment label set item.
Public methodGetLabeledSuperelevationTransitionPoints Gets the superelevation criteria geometry points from the alignment label set item.
Public methodSetLabeledAlignmentGeometryPoints Sets the alignment geometry points for the alignment label set item.
Public methodSetLabeledProfileGeometryPoints Sets the profile geometry points for the alignment label set item.
Public methodSetLabeledSuperelevationTransitionPoints Sets the superelevation criteria geometry points for the alignment label set item.
Top
See Also