SetTopBandItems Method

Sets the top band items to the SectionView.

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

Syntax

C#

public void SetTopBandItems(
	SectionViewBandItemCollection bandItems
)

Visual Basic

Public Sub SetTopBandItems ( _
	bandItems As SectionViewBandItemCollection _
)

Visual C++

public:
void SetTopBandItems(
	SectionViewBandItemCollection^ bandItems
)

Exceptions

ExceptionCondition
System.InvalidOperationException Thrown when the bandItems location is BandLocationType::Bottom.
System.ArgumentException Thrown when the bandItems is gotten from different SectionView.

See Also