SectionViewBandSetSetTopBandItems Method |
Sets the top band items to the SectionView.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void SetTopBandItems(
SectionViewBandItemCollection bandItems
)
Public Sub SetTopBandItems (
bandItems As SectionViewBandItemCollection
)
public:
void SetTopBandItems(
SectionViewBandItemCollection^ bandItems
)
Parameters
- bandItems SectionViewBandItemCollection
-
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when the bandItems location is BandLocationType::Bottom.
|
ArgumentException |
Thrown when the bandItems is gotten from different SectionView.
|
See Also