Share

ProfileViewBandSet.SetTopBandItems Method

Sets the top band items to the ProfileView.



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

Syntax

C#

public void SetTopBandItems(
	ProfileViewBandItemCollection bandItems
)

VB

Public Sub SetTopBandItems ( 
	bandItems As ProfileViewBandItemCollection
)

C++

public:
void SetTopBandItems(
	ProfileViewBandItemCollection^ bandItems
)

Parameters

bandItems  ProfileViewBandItemCollection
 

Exceptions

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

See Also

Reference

Was this information helpful?