SectionViewBandSetItemCollection Class

The SectionViewBandSetItemCollectione wrapper class.

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

Syntax

C#

public sealed class SectionViewBandSetItemCollection : BandSetItemCollection, 
	IEnumerable<SectionViewBandSetItem>

Visual Basic

Public NotInheritable Class SectionViewBandSetItemCollection _
	Inherits BandSetItemCollection _
	Implements IEnumerable(Of SectionViewBandSetItem)

Visual C++

public ref class SectionViewBandSetItemCollection sealed : public BandSetItemCollection, 
	IEnumerable<SectionViewBandSetItem^>

Inheritance Hierarchy

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

See Also