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 (); }