Gets the collection of all sample line styles in the database.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public SampleLineStyleCollection SampleLineStyles { get; } |
Visual Basic |
---|
Public ReadOnly Property SampleLineStyles As SampleLineStyleCollection Get |
Visual C++ |
---|
public: property SampleLineStyleCollection^ SampleLineStyles { SampleLineStyleCollection^ get (); } |