SectionViewBandItemCollection Constructor

Initializes a new instance of the SectionViewBandItemCollection class

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

Syntax

C#

public SectionViewBandItemCollection(
	ObjectId sectionViewId,
	BandLocationType location
)

Visual Basic

Public Sub New ( _
	sectionViewId As ObjectId, _
	location As BandLocationType _
)

Visual C++

public:
SectionViewBandItemCollection(
	ObjectId sectionViewId, 
	BandLocationType location
)

Parameters

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

See Also