The SectionViewBandSetItemCollectione wrapper class.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServices.StylesBandSetItemCollection
Autodesk.Civil.DatabaseServices.StylesSectionViewBandSetItemCollection
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public sealed class SectionViewBandSetItemCollection : BandSetItemCollection, IEnumerable<SectionViewBandSetItem>
VB
Public NotInheritable Class SectionViewBandSetItemCollection Inherits BandSetItemCollection Implements IEnumerable(Of SectionViewBandSetItem)
C++
public ref class SectionViewBandSetItemCollection sealed : public BandSetItemCollection, IEnumerable<SectionViewBandSetItem^>
The SectionViewBandSetItemCollection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SectionViewBandSetItemCollection(BandLocationType) | Obsolete. Initializes a new instance of the SectionViewBandSetItemCollection class | |
| SectionViewBandSetItemCollection(BandLocationType, ObjectId) | Initializes a new instance of the SectionViewBandSetItemCollection class |
Properties
| Name | Description | |
|---|---|---|
| Count |
Gets the number of band objects in the collection.
(Inherited from BandSetItemCollection) | |
| Item | ||
| Location |
Gets the position of all the bands in the current collection, either the top or bottom of the view.
(Inherited from BandSetItemCollection) |
Methods
| Name | Description | |
|---|---|---|
| Add(ObjectId) |
Creates a new band item with the given bandStyle ObjectId, adds it to the collection.
(Inherited from BandSetItemCollection) | |
| Add(Database, BandType, String) | Obsolete. Creates a new section view band set item with the given band type and name, adds it to the collection, and returns a pointer to the new instance. | |
| Dispose | (Inherited from BandSetItemCollection) | |
| GetEnumerator | Implements the method declared in the IEnumerable<T> interface. This method returns an enumerator for this collection. | |
| GetObjectEnumerator | Implements the method declared in the IEnumerable interface. This method returns an enumerator for this collection. | |
| RemoveAll |
Removes all the band items from the current collection.
(Inherited from BandSetItemCollection) | |
| RemoveAt |
Removes an band item from the current collection.
(Inherited from BandSetItemCollection) | |
| Swap |
Switchs the position of band item by index.
(Inherited from BandSetItemCollection) |
