This class represents a single SectionView data band.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServices.StylesBandSetItem
Autodesk.Civil.DatabaseServices.StylesSectionViewBandSetItem
Autodesk.Civil.DatabaseServicesSectionViewBandItem
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public class SectionViewBandItem : SectionViewBandSetItem
VB
Public Class SectionViewBandItem Inherits SectionViewBandSetItem
C++
public ref class SectionViewBandItem : public SectionViewBandSetItem
The SectionViewBandItem type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | BandStyleId |
Gets the style ObjectId for the band.
(Inherited from SectionViewBandSetItem) |
![]() | BandType |
Gets the data band type.
(Inherited from BandSetItem) |
![]() | Gap |
Gets or sets the distance between the current data band and the adjacent view grid or data band.
(Inherited from BandSetItem) |
![]() | LabelAtEndOffset |
Gets or sets a boolean value that specifies whether the labels are shown at end offset of the band.
(Inherited from SectionViewBandSetItem) |
![]() | LabelAtStartOffset |
Gets or sets a boolean value that specifies whether the labels are shown at start offset of the band.
(Inherited from SectionViewBandSetItem) |
![]() | Location |
Gets the position of the band, either the top or bottom of the view.
(Inherited from BandSetItem) |
![]() | MajorInterval |
Gets or sets the band major interval distances for views.
(Inherited from SectionViewBandSetItem) |
![]() | MinorInterval |
Gets or sets the band minor interval distances for views.
(Inherited from SectionViewBandSetItem) |
![]() | SampleLineId | Gets the parent SampleLine of current SectionView. |
![]() | Section1Id | Gets or sets the ObjectId of Section1 that supplies the data for the band. |
![]() | Section2Id | Gets or sets the ObjectId of Section2 that supplies the data for the band. |
![]() | ShowLabels |
Gets or sets a boolean value that specifies whether the labels are shown on the band.
(Inherited from BandSetItem) |
![]() | StaggerLabel |
Gets or sets the location of the label staggering line.
(Inherited from BandSetItem) |
![]() | StaggerLineHeight |
Gets or sets the height of the label stagger line.
(Inherited from BandSetItem) |
![]() | Weeding |
Gets or sets a double value that specifies the label exclusion distance.
(Inherited from BandSetItem) |