Share

SectionViewBandSetStyle.SetBottomBandSetItems Method

Sets the bottom band items collection to the current bandset style.



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

Syntax

C#

public void SetBottomBandSetItems(
	SectionViewBandSetItemCollection bandSetItems
)

VB

Public Sub SetBottomBandSetItems ( 
	bandSetItems As SectionViewBandSetItemCollection
)

C++

public:
void SetBottomBandSetItems(
	SectionViewBandSetItemCollection^ bandSetItems
)

Parameters

bandSetItems  SectionViewBandSetItemCollection
 

Exceptions

ExceptionCondition
InvalidOperationException Thrown when the bandSetItems location is BandLocationType::Top.

See Also

Reference

Was this information helpful?