ProfileViewBandSetItemCollection Class

This class represents a collection that stores all the band items for a profile view bandset style object.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServices.StylesBandSetItemCollection
    Autodesk.Civil.DatabaseServices.StylesProfileViewBandSetItemCollection

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class ProfileViewBandSetItemCollection : BandSetItemCollection, 
	IEnumerable<ProfileViewBandSetItem>

The ProfileViewBandSetItemCollection type exposes the following members.

Constructors
 NameDescription
Public methodProfileViewBandSetItemCollection(BandLocationType)Obsolete.
Initializes a new instance of the ProfileViewBandSetItemCollection class
Public methodProfileViewBandSetItemCollection(BandLocationType, ObjectId)Initializes a new instance of the ProfileViewBandSetItemCollection class
Top
Properties
 NameDescription
Public propertyCount Gets the number of band objects in the collection.
(Inherited from BandSetItemCollection)
Public propertyItem 
Public propertyLocation Gets the position of all the bands in the current collection, either the top or bottom of the view.
(Inherited from BandSetItemCollection)
Top
Methods
 NameDescription
Public methodAdd(ObjectId) Creates a new band item with the given bandStyle ObjectId, adds it to the collection.
(Inherited from BandSetItemCollection)
Public methodAdd(Database, BandType, String)Obsolete.
Creates a new profile view band set item with the given band type and name, adds it to the collection.
Public methodDispose
(Inherited from BandSetItemCollection)
Public methodGetEnumerator Implements the method declared in the IEnumerable<T> interface. This method returns an enumerator for this collection.
Public methodGetObjectEnumerator Implements the method declared in the IEnumerable interface. This method returns an enumerator for this collection.
Public methodRemoveAll Removes all the band items from the current collection.
(Inherited from BandSetItemCollection)
Public methodRemoveAt Removes an band item from the current collection.
(Inherited from BandSetItemCollection)
Public methodSwap Switchs the position of band item by index.
(Inherited from BandSetItemCollection)
Top
See Also