Share

ProfileViewBandSetItemCollection(BandLocationType, ObjectId) Constructor

Initializes a new instance of the ProfileViewBandSetItemCollection class



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

Syntax

C#

public ProfileViewBandSetItemCollection(
	BandLocationType location,
	ObjectId profileViewBandSetStyleId
)

VB

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

C++

public:
ProfileViewBandSetItemCollection(
	BandLocationType location, 
	ObjectId profileViewBandSetStyleId
)

Parameters

location  BandLocationType
 
profileViewBandSetStyleId  ObjectId
 

See Also

Reference

Was this information helpful?