Share

SectionViewBandSetItemCollection(BandLocationType, ObjectId) Constructor

Initializes a new instance of the SectionViewBandSetItemCollection class



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

Syntax

C#

public SectionViewBandSetItemCollection(
	BandLocationType location,
	ObjectId sectionViewBandSetStyleId
)

VB

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

C++

public:
SectionViewBandSetItemCollection(
	BandLocationType location, 
	ObjectId sectionViewBandSetStyleId
)

Parameters

location  BandLocationType
 
sectionViewBandSetStyleId  ObjectId
 

See Also

Reference

Was this information helpful?