BandSetItem Class

This class encapsulates a single view data band, serves as a base class for the band item in the profile/section view.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServices.StylesBandSetItem
    Autodesk.Civil.DatabaseServices.StylesProfileViewBandSetItem
    Autodesk.Civil.DatabaseServices.StylesSectionViewBandSetItem

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public abstract class BandSetItem

The BandSetItem type exposes the following members.

Properties
 NameDescription
Public propertyBandStyleId Gets the style ObjectId for the band.
Public propertyBandType Gets the data band type.
Public propertyGap Gets or sets the distance between the current data band and the adjacent view grid or data band.
Public propertyLocation Gets the position of the band, either the top or bottom of the view.
Public propertyMajorInterval Gets or sets the band major interval distances for views.
Public propertyMinorInterval Gets or sets the band minor interval distances for views.
Public propertyShowLabels Gets or sets a boolean value that specifies whether the labels are shown on the band.
Public propertyStaggerLabel Gets or sets the location of the label staggering line.
Public propertyStaggerLineHeight Gets or sets the height of the label stagger line.
  1. Thrown when the Band type is not ProfileData or SectionData.
  2. Thrown when the StaggerLabel is NAMESPACE_CIVILSTYLE::StaggerLabelType::None.
Public propertyWeeding Gets or sets a double value that specifies the label exclusion distance.
Top
See Also