Gets the collection of all profile view band set styles in the database.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0
Syntax
C#
public ProfileViewBandSetStyleCollection ProfileViewBandSetStyles { get; }
Visual Basic
Public ReadOnly Property ProfileViewBandSetStyles As ProfileViewBandSetStyleCollection Get
Visual C++
public: property ProfileViewBandSetStyleCollection^ ProfileViewBandSetStyles { ProfileViewBandSetStyleCollection^ get (); }