This class represents a collection that stores all the band items for a ProfileView object.

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

Syntax

C#
public sealed class ProfileViewBandItemCollection : BandSetItemCollection, 
	IEnumerable<ProfileViewBandItem>
Visual Basic
Public NotInheritable Class ProfileViewBandItemCollection _
	Inherits BandSetItemCollection _
	Implements IEnumerable(Of ProfileViewBandItem)
Visual C++
public ref class ProfileViewBandItemCollection sealed : public BandSetItemCollection, 
	IEnumerable<ProfileViewBandItem^>

Inheritance Hierarchy

System..::..Object
  Autodesk.Civil.DatabaseServices.Styles..::..BandSetItemCollection
    Autodesk.Civil.DatabaseServices..::..ProfileViewBandItemCollection

See Also