This class encapsulates a single view data band, serves as a base class for the band item in the profile/section view.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServices.StylesBandSetItem
Autodesk.Civil.DatabaseServices.StylesProfileViewBandSetItem
Autodesk.Civil.DatabaseServices.StylesSectionViewBandSetItem
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public abstract class BandSetItem
VB
Public MustInherit Class BandSetItem
C++
public ref class BandSetItem abstract
The BandSetItem type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | BandStyleId | Gets the style ObjectId for the band. |
![]() | BandType | Gets the data band type. |
![]() | Gap | Gets or sets the distance between the current data band and the adjacent view grid or data band. |
![]() | Location | Gets the position of the band, either the top or bottom of the view. |
![]() | MajorInterval | Gets or sets the band major interval distances for views. |
![]() | MinorInterval | Gets or sets the band minor interval distances for views. |
![]() | ShowLabels | Gets or sets a boolean value that specifies whether the labels are shown on the band. |
![]() | StaggerLabel | Gets or sets the location of the label staggering line. |
![]() | StaggerLineHeight |
Gets or sets the height of the label stagger line.
|
![]() | Weeding | Gets or sets a double value that specifies the label exclusion distance. |