Sets the bottom band items to the ProfileView.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public void SetBottomBandItems( ProfileViewBandItemCollection bandItems )
VB
Public Sub SetBottomBandItems ( bandItems As ProfileViewBandItemCollection )
C++
public: void SetBottomBandItems( ProfileViewBandItemCollection^ bandItems )
Parameters
- bandItems ProfileViewBandItemCollection
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when the bandItems location is BandLocationType::Top. |