This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 420
4a2da41f 3295 bac8 4ba7 641032c294f3
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the MLineStyle
class.
Namespace: netDxf.Objects
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public MLineStyle(
string name,
IEnumerable<MLineStyleElement> elements
)
VB
Public Sub New (
name As String,
elements As IEnumerable(Of MLineStyleElement)
)
C++
public:
MLineStyle(
String^ name,
IEnumerable<MLineStyleElement^>^ elements
)
F#
new :
name : string *
elements : IEnumerable<MLineStyleElement> -> MLineStyle
- String
- MLine style name.
- IEnumerable(MLineStyleElement)
- Elements of the multiline, if null two default elements will be added.
MLineStyle Class
MLineStyle Overload
netDxf.Objects Namespace