BandSetItemCollection Class

This class stores all the band items, serves as a base class for the profile/section view band items collection.
Inheritance Hierarchy

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public abstract class BandSetItemCollection : IDisposable

The BandSetItemCollection type exposes the following members.

Constructors
 NameDescription
Public methodBandSetItemCollectionInitializes a new instance of the BandSetItemCollection class
Top
Properties
 NameDescription
Public propertyCount Gets the number of band objects in the collection.
Public propertyLocation Gets the position of all the bands in the current collection, either the top or bottom of the view.
Top
Methods
 NameDescription
Public methodAdd Creates a new band item with the given bandStyle ObjectId, adds it to the collection.
Public methodDisposeReleases all resources used by the BandSetItemCollection
Public methodRemoveAll Removes all the band items from the current collection.
Public methodRemoveAt Removes an band item from the current collection.
Public methodSwap Switchs the position of band item by index.
Top
See Also