Share

SectionLabelSetItem Class

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

 NameDescription
Public propertyDimensionAnchorOption Gets or sets the enumeration value that specifies the location of the anchor used to position dimension lines for certain section view labels.
Public propertyDimensionAnchorValue Gets or Sets the dimension line anchor value to apply using the Dim Anchor Opt.
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)
Public propertyStaggerLabel Gets or Sets an enumeration value that specifies the stagger type.
Public propertyStaggerLineHeight1 Gets or Sets the first stagger line height.
Public propertyStaggerLineHeight2 Gets or Sets the second stagger line height.
Public propertyWeeding Gets or Sets the label exclusion distance for grade break labels only.

See Also

Reference

Was this information helpful?