The SectionViewBandSetItemCollection type exposes the following members.

Constructors

Methods

  NameDescription
Public methodAdd(ObjectId)
Creates a new band item with the given bandStyle ObjectId, adds it to the collection.
(Inherited from BandSetItemCollection.)
Public methodAdd(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.
Public methodDispose (Inherited from BandSetItemCollection.)
Public methodGetEnumerator
Implements the method declared in the IEnumerable<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.)

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.)

See Also