Share

ProfileLabelSetItem Class

Predefined label properties for profiles.

Inheritance Hierarchy

SystemObject
  [T:Autodesk.Civil.CivilWrapper<AeccDbAlignStnLabelsDlgTemplate>]
    Autodesk.Civil.DatabaseServices.StylesBaseLabelSetItem
      Autodesk.Civil.DatabaseServices.StylesProfileLabelSetItem


Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public class ProfileLabelSetItem : BaseLabelSetItem

VB

Public Class ProfileLabelSetItem
	Inherits BaseLabelSetItem

C++

public ref class ProfileLabelSetItem : public BaseLabelSetItem

The ProfileLabelSetItem type exposes the following members.

Properties

 NameDescription
Public propertyDimensionAnchorOption Gets or Sets enumeration value that specifies the location of the anchor used to position dimension lines for certain profile 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 grade break label stagger type.
Public propertyStaggerLineHeight1 Gets or Sets the first stagger line height for grade break labels only.
Public propertyStaggerLineHeight2 Gets or Sets the second stagger line height for grade break labels only.
Public propertyWeeding Gets or Sets the label exclusion distance for grade break labels only.

Methods

 NameDescription
Public methodGetLabeledAlignmentGeometryPoints Gets the geometry points from the current profile label set item.
Public methodSetLabeledAlignmentGeometryPoints Sets the geometry points for the current profile label set item.

See Also

Reference

Was this information helpful?