Share

SectionViewBandItemCollection Constructor

Initializes a new instance of the SectionViewBandItemCollection class



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

Syntax

C#

public SectionViewBandItemCollection(
	ObjectId sectionViewId,
	BandLocationType location
)

VB

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

C++

public:
SectionViewBandItemCollection(
	ObjectId sectionViewId, 
	BandLocationType location
)

Parameters

sectionViewId  ObjectId
 
location  BandLocationType
 

See Also

Reference

Was this information helpful?