Share

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

Syntax

C#

public sealed class SectionViewBandItemCollection : BandSetItemCollection, 
	IEnumerable<SectionViewBandItem>

VB

Public NotInheritable Class SectionViewBandItemCollection
	Inherits BandSetItemCollection
	Implements IEnumerable(Of SectionViewBandItem)

C++

public ref class SectionViewBandItemCollection sealed : public BandSetItemCollection, 
	IEnumerable<SectionViewBandItem^>

The SectionViewBandItemCollection type exposes the following members.

Constructors

 NameDescription
Public methodSectionViewBandItemCollectionInitializes a new instance of the SectionViewBandItemCollection class

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)

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)

See Also

Reference

Was this information helpful?