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