Gets the collection of MassHaulLineStyle objects in the database.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public MassHaulLineStyleCollection MassHaulLineStyles { get; }
VB
Public ReadOnly Property MassHaulLineStyles As MassHaulLineStyleCollection Get
C++
public: property MassHaulLineStyleCollection^ MassHaulLineStyles { MassHaulLineStyleCollection^ get (); }