This class represents the band collection in a SectionView.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesGraphBandSet
Autodesk.Civil.DatabaseServicesSectionViewBandSet
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class SectionViewBandSet : GraphBandSet
VB
Public NotInheritable Class SectionViewBandSet Inherits GraphBandSet
C++
public ref class SectionViewBandSet sealed : public GraphBandSet
The SectionViewBandSet type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | MatchIncrementToGridIntervals |
Specifies if the data band major/minor interval distances for graph matches the graph style’s major/minor grid spacing intervals.
(Inherited from GraphBandSet) |
Methods
Name | Description | |
---|---|---|
![]() | GetBottomBandItems | Gets the bottom band items collection from the SectionView. |
![]() | GetTopBandItems | Gets the top band items collection from the SectionView. |
![]() | ImportBandSetStyle |
Import an existing band set style to the current graph.
(Overrides GraphBandSetImportBandSetStyle(ObjectId)) |
![]() | SaveAsBandSetStyle |
Saves the current band set data as a band set style.
(Inherited from GraphBandSet) |
![]() | SetBottomBandItems | Sets the bottom band items to the SectionView. |
![]() | SetTopBandItems | Sets the top band items to the SectionView. |