Share

StylesRoot.SectionViewStyles Property

Gets the collection of all section view styles in the database.



Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public SectionViewStyleCollection SectionViewStyles { get; }

VB

Public ReadOnly Property SectionViewStyles As SectionViewStyleCollection
	Get

C++

public:
property SectionViewStyleCollection^ SectionViewStyles {
	SectionViewStyleCollection^ get ();
}

Property Value

SectionViewStyleCollection

See Also

Reference

Was this information helpful?