Gets the collection of CodeSetStyle objects in the database.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public CodeSetStyleCollection CodeSetStyles { get; }
VB
Public ReadOnly Property CodeSetStyles As CodeSetStyleCollection Get
C++
public: property CodeSetStyleCollection^ CodeSetStyles { CodeSetStyleCollection^ get (); }