SectionViewBandSetItemCollection Class

The SectionViewBandSetItemCollectione wrapper class.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServices.StylesBandSetItemCollection
    Autodesk.Civil.DatabaseServices.StylesSectionViewBandSetItemCollection

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

The SectionViewBandSetItemCollection type exposes the following members.

Constructors
 NameDescription
Public methodSectionViewBandSetItemCollection(BandLocationType)Obsolete.
Initializes a new instance of the SectionViewBandSetItemCollection class
Public methodSectionViewBandSetItemCollection(BandLocationType, ObjectId)Initializes a new instance of the SectionViewBandSetItemCollection 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(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)
Top
See Also