Share

StylesRoot.ShapeStyles Property

Gets the collection of ShapeStyle objects in the database.



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

Syntax

C#

public ShapeStyleCollection ShapeStyles { get; }

VB

Public ReadOnly Property ShapeStyles As ShapeStyleCollection
	Get

C++

public:
property ShapeStyleCollection^ ShapeStyles {
	ShapeStyleCollection^ get ();
}

Property Value

ShapeStyleCollection

See Also

Reference

Was this information helpful?