Initializes a new instance of the ProfileViewBandItemCollection class

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

Syntax

C#
public ProfileViewBandItemCollection(
	ObjectId profileViewId,
	BandLocationType location
)
Visual Basic
Public Sub New ( _
	profileViewId As ObjectId, _
	location As BandLocationType _
)
Visual C++
public:
ProfileViewBandItemCollection(
	ObjectId profileViewId, 
	BandLocationType location
)

Parameters

profileViewId
Type: ObjectId
location
Type: Autodesk.Civil..::..BandLocationType

See Also