StylesRootSectionViewStyles Property |
Gets the collection of all section view styles in the database.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic SectionViewStyleCollection SectionViewStyles { get; }
Public ReadOnly Property SectionViewStyles As SectionViewStyleCollection
Get
public:
property SectionViewStyleCollection^ SectionViewStyles {
SectionViewStyleCollection^ get ();
}
Property Value
SectionViewStyleCollection
See Also