Share

ProfileViewBandSetItemCollection(BandLocationType) Constructor

Note: This API is now obsolete.

Initializes a new instance of the ProfileViewBandSetItemCollection class



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

Syntax

C#

[ObsoleteAttribute("Use ProfileViewBandSetItemCollection(BandLocationType location, ObjectId profileViewBandSetStyleId) instead.", 
	true)]
public ProfileViewBandSetItemCollection(
	BandLocationType location
)

VB

<ObsoleteAttribute("Use ProfileViewBandSetItemCollection(BandLocationType location, ObjectId profileViewBandSetStyleId) instead.", 
	true)>
Public Sub New ( 
	location As BandLocationType
)

C++

public:
[ObsoleteAttribute(L"Use ProfileViewBandSetItemCollection(BandLocationType location, ObjectId profileViewBandSetStyleId) instead.", 
	true)]
ProfileViewBandSetItemCollection(
	BandLocationType location
)

Parameters

location  BandLocationType
 

See Also

Reference

Was this information helpful?