This class stores all the band items, serves as a base class for the profile/section view band items collection.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServices.StylesBandSetItemCollection
Autodesk.Civil.DatabaseServicesProfileViewBandItemCollection
Autodesk.Civil.DatabaseServicesSectionViewBandItemCollection
Autodesk.Civil.DatabaseServices.StylesProfileViewBandSetItemCollection
Autodesk.Civil.DatabaseServices.StylesSectionViewBandSetItemCollection
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public abstract class BandSetItemCollection : IDisposable
VB
Public MustInherit Class BandSetItemCollection Implements IDisposable
C++
public ref class BandSetItemCollection abstract : IDisposable
The BandSetItemCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | BandSetItemCollection | Initializes a new instance of the BandSetItemCollection class |
Properties
Name | Description | |
---|---|---|
![]() | Count | Gets the number of band objects in the collection. |
![]() | Location | Gets the position of all the bands in the current collection, either the top or bottom of the view. |
Methods
Name | Description | |
---|---|---|
![]() | Add | Creates a new band item with the given bandStyle ObjectId, adds it to the collection. |
![]() | Dispose | Releases all resources used by the BandSetItemCollection |
![]() | RemoveAll | Removes all the band items from the current collection. |
![]() | RemoveAt | Removes an band item from the current collection. |
![]() | Swap | Switchs the position of band item by index. |