Share

SectionViewBandSetStyle.SetTopBandSetItems Method

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



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

Syntax

C#

public void SetTopBandSetItems(
	SectionViewBandSetItemCollection bandSetItems
)

VB

Public Sub SetTopBandSetItems ( 
	bandSetItems As SectionViewBandSetItemCollection
)

C++

public:
void SetTopBandSetItems(
	SectionViewBandSetItemCollection^ bandSetItems
)

Parameters

bandSetItems  SectionViewBandSetItemCollection
 

Exceptions

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

See Also

Reference

Was this information helpful?