ProfileViewBandSetItemCollection(BandLocationType) Constructor |
Note: This API is now obsolete.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax[ObsoleteAttribute("Use ProfileViewBandSetItemCollection(BandLocationType location, ObjectId profileViewBandSetStyleId) instead.",
true)]
public ProfileViewBandSetItemCollection(
BandLocationType location
)
<ObsoleteAttribute("Use ProfileViewBandSetItemCollection(BandLocationType location, ObjectId profileViewBandSetStyleId) instead.",
true)>
Public Sub New (
location As BandLocationType
)
public:
[ObsoleteAttribute(L"Use ProfileViewBandSetItemCollection(BandLocationType location, ObjectId profileViewBandSetStyleId) instead.",
true)]
ProfileViewBandSetItemCollection(
BandLocationType location
)
Parameters
- location BandLocationType
-
See Also