Sets the top band items to the ProfileView.

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

Syntax

C#
public void SetTopBandItems(
	ProfileViewBandItemCollection bandItems
)
Visual Basic
Public Sub SetTopBandItems ( _
	bandItems As ProfileViewBandItemCollection _
)
Visual C++
public:
void SetTopBandItems(
	ProfileViewBandItemCollection^ bandItems
)

Exceptions

ExceptionCondition
System..::..InvalidOperationException Thrown when the bandItems location is BandLocationType::Bottom.

See Also