SectionViewBandItemCollection Class

This class represents a collection of band items for a SectionView object.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServices.StylesBandSetItemCollection
    Autodesk.Civil.DatabaseServicesSectionViewBandItemCollection

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class SectionViewBandItemCollection : BandSetItemCollection, 
	IEnumerable<SectionViewBandItem>

The SectionViewBandItemCollection type exposes the following members.

Constructors
 NameDescription
Public methodSectionViewBandItemCollectionInitializes a new instance of the SectionViewBandItemCollection class
Top
Properties
 NameDescription
Public propertyCount Gets the number of band objects in the collection.
(Inherited from BandSetItemCollection)
Public propertyItem 
Public propertyLocation Gets the position of all the bands in the current collection, either the top or bottom of the view.
(Inherited from BandSetItemCollection)
Top
Methods
 NameDescription
Public methodAdd Creates a new band item with the given bandStyle ObjectId, adds it to the collection.
(Inherited from BandSetItemCollection)
Public methodDispose
(Inherited from BandSetItemCollection)
Public methodGetEnumerator Implements the method declared in the IEnumerable(of T) interface. This method returns an enumerator for this collection.
Public methodGetObjectEnumerator Implements the method declared in the IEnumerable interface. This method returns an enumerator for this collection.
Public methodRemoveAll Removes all the band items from the current collection.
(Inherited from BandSetItemCollection)
Public methodRemoveAt Removes an band item from the current collection.
(Inherited from BandSetItemCollection)
Public methodSwap Switchs the position of band item by index.
(Inherited from BandSetItemCollection)
Top
See Also