Share

SectionViewBandSet.SetBottomBandItems Method

Sets the bottom band items to the SectionView.



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

Syntax

C#

public void SetBottomBandItems(
	SectionViewBandItemCollection bandItems
)

VB

Public Sub SetBottomBandItems ( 
	bandItems As SectionViewBandItemCollection
)

C++

public:
void SetBottomBandItems(
	SectionViewBandItemCollection^ bandItems
)

Parameters

bandItems  SectionViewBandItemCollection
 

Exceptions

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

See Also

Reference

Was this information helpful?