SectionViewBandSetStyleSetBottomBandSetItems Method |
Sets the bottom band items collection to the current bandset style.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void SetBottomBandSetItems(
SectionViewBandSetItemCollection bandSetItems
)
Public Sub SetBottomBandSetItems (
bandSetItems As SectionViewBandSetItemCollection
)
public:
void SetBottomBandSetItems(
SectionViewBandSetItemCollection^ bandSetItems
)
Parameters
- bandSetItems SectionViewBandSetItemCollection
-
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when the bandSetItems location is BandLocationType::Top.
|
See Also