Share

ProfileViewBandItemCollection Constructor

Initializes a new instance of the ProfileViewBandItemCollection class



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

Syntax

C#

public ProfileViewBandItemCollection(
	ObjectId profileViewId,
	BandLocationType location
)

VB

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

C++

public:
ProfileViewBandItemCollection(
	ObjectId profileViewId, 
	BandLocationType location
)

Parameters

profileViewId  ObjectId
 
location  BandLocationType
 

See Also

Reference

Was this information helpful?