SectionViewBandSetItemCollection(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 SectionViewBandSetItemCollection(BandLocationType location, ObjectId sectionViewBandSetStyleId) instead.",
true)]
public SectionViewBandSetItemCollection(
BandLocationType location
)
<ObsoleteAttribute("Use SectionViewBandSetItemCollection(BandLocationType location, ObjectId sectionViewBandSetStyleId) instead.",
true)>
Public Sub New (
location As BandLocationType
)
public:
[ObsoleteAttribute(L"Use SectionViewBandSetItemCollection(BandLocationType location, ObjectId sectionViewBandSetStyleId) instead.",
true)]
SectionViewBandSetItemCollection(
BandLocationType location
)
Parameters
- location BandLocationType
-
See Also