StylesRootCodeSetStyles Property |
Gets the collection of CodeSetStyle objects in the database.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic CodeSetStyleCollection CodeSetStyles { get; }
Public ReadOnly Property CodeSetStyles As CodeSetStyleCollection
Get
public:
property CodeSetStyleCollection^ CodeSetStyles {
CodeSetStyleCollection^ get ();
}
Property Value
CodeSetStyleCollection
See Also