Gets the collection of all sample line styles in the database.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public SampleLineStyleCollection SampleLineStyles { get; }
VB
Public ReadOnly Property SampleLineStyles As SampleLineStyleCollection Get
C++
public: property SampleLineStyleCollection^ SampleLineStyles { SampleLineStyleCollection^ get (); }