ProfileViewBandSetItemCollection Class

This class represents a collection that stores all the band items for a profile view bandset style object.

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

Syntax

C#

public sealed class ProfileViewBandSetItemCollection : BandSetItemCollection, 
	IEnumerable<ProfileViewBandSetItem>

Visual Basic

Public NotInheritable Class ProfileViewBandSetItemCollection _
	Inherits BandSetItemCollection _
	Implements IEnumerable(Of ProfileViewBandSetItem)

Visual C++

public ref class ProfileViewBandSetItemCollection sealed : public BandSetItemCollection, 
	IEnumerable<ProfileViewBandSetItem^>

Inheritance Hierarchy

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

See Also