SectionViewBandItemCollection Class

This class represents a collection of band items for a SectionView object.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0

Syntax

C#

public sealed class SectionViewBandItemCollection : BandSetItemCollection, 
	IEnumerable<SectionViewBandItem>

Visual Basic

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

Visual C++

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

Inheritance Hierarchy

System.Object
  Autodesk.Civil.DatabaseServices.Styles.BandSetItemCollection
    Autodesk.Civil.DatabaseServices.SectionViewBandItemCollection

See Also