ACadSharp.CadDocument.MLineStyles - DomCR/ACadSharp GitHub Wiki

MLineStyles Property

The collection of all Multi line styles in the drawing.

Remarks

The collection is null if the doesn't exist in the root dictionary.

Definition

Namespace: ACadSharp.CadDocument

C#

public MLineStyleCollection MLineStyles { get; private set; }

Property Value

MLineStyleCollection