Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

c52c619f 7e6d cfff 27a3 00279eec3fdd

haplokuon edited this page May 6, 2023 · 1 revision

MLineStyle(String, IEnumerable<MLineStyleElement>, String) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the MLineStyle class.

Definition

Namespace: netDxf.Objects
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public MLineStyle(
	string name,
	IEnumerable<MLineStyleElement> elements,
	string description
)

VB

Public Sub New ( 
	name As String,
	elements As IEnumerable(Of MLineStyleElement),
	description As String
)

C++

public:
MLineStyle(
	String^ name, 
	IEnumerable<MLineStyleElement^>^ elements, 
	String^ description
)

F#

new : 
        name : string * 
        elements : IEnumerable<MLineStyleElement> * 
        description : string -> MLineStyle

Parameters

  String
MLine style name.
  IEnumerable(MLineStyleElement)
Elements of the multiline, if null two default elements will be added.
  String
MLine style description (optional).

See Also

Reference

MLineStyle Class
MLineStyle Overload
netDxf.Objects Namespace

Clone this wiki locally