ProfileViewBandItemCollection Class

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