Share

StylesRoot.StructureStyles Property

Gets the collection of all structure styles in the database.



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

Syntax

C#

public StructureStyleCollection StructureStyles { get; }

VB

Public ReadOnly Property StructureStyles As StructureStyleCollection
	Get

C++

public:
property StructureStyleCollection^ StructureStyles {
	StructureStyleCollection^ get ();
}

Property Value

StructureStyleCollection

See Also

Reference

Was this information helpful?