A collection of properties used to ensure that labels associated with sections are consistent and to ensure that labels used elsewhere contain distinguishing content.
Inheritance Hierarchy
SystemObject[T:Autodesk.Civil.CivilWrapper<AeccDbAlignStnLabelsDlgTemplate>]
Autodesk.Civil.DatabaseServices.StylesBaseLabelSetItem
Autodesk.Civil.DatabaseServices.StylesSectionLabelSetItem
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public class SectionLabelSetItem : BaseLabelSetItem
VB
Public Class SectionLabelSetItem Inherits BaseLabelSetItem
C++
public ref class SectionLabelSetItem : public BaseLabelSetItem
The SectionLabelSetItem type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| DimensionAnchorOption | Gets or sets the enumeration value that specifies the location of the anchor used to position dimension lines for certain section view labels. | |
| DimensionAnchorValue | Gets or Sets the dimension line anchor value to apply using the Dim Anchor Opt. | |
| Increment | Gets or sets the increment at which to insert major and minor station labels. | |
| LabelStyleId |
Gets or Sets the label style object id in the current label set item.
(Inherited from BaseLabelSetItem) | |
| LabelStyleName |
Gets or Sets the label style name in the current label set item.
(Inherited from BaseLabelSetItem) | |
| LabelStyleType |
Gets the label type in the current label set item.
(Inherited from BaseLabelSetItem) | |
| StaggerLabel | Gets or Sets an enumeration value that specifies the stagger type. | |
| StaggerLineHeight1 | Gets or Sets the first stagger line height. | |
| StaggerLineHeight2 | Gets or Sets the second stagger line height. | |
| Weeding | Gets or Sets the label exclusion distance for grade break labels only. |
