Share

StylesRoot.SheetStyles Property

Gets the collection of all sheet styles in the database.



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

Syntax

C#

public SheetStyleCollection SheetStyles { get; }

VB

Public ReadOnly Property SheetStyles As SheetStyleCollection
	Get

C++

public:
property SheetStyleCollection^ SheetStyles {
	SheetStyleCollection^ get ();
}

Property Value

SheetStyleCollection

See Also

Reference

Was this information helpful?