Sets the bottom band items to the SectionView.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public void SetBottomBandItems( SectionViewBandItemCollection bandItems ) |
Visual Basic |
---|
Public Sub SetBottomBandItems ( _ bandItems As SectionViewBandItemCollection _ ) |
Visual C++ |
---|
public: void SetBottomBandItems( SectionViewBandItemCollection^ bandItems ) |
Parameters
Exceptions
Exception | Condition |
---|---|
System..::..InvalidOperationException | Thrown when the bandItems location is BandLocationType::Top. |
System..::..ArgumentException | Thrown when the bandItems is gotten from different SectionView. |