MLineStyle Constructor (String, IEnumerableMLineStyleElement, String)
|
Initializes a new instance of the MLineStyle class.
Namespace:
DXFReaderNET.Objects
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public MLineStyle(
string name,
IEnumerable<MLineStyleElement> elements,
string description
)
Public Sub New (
name As String,
elements As IEnumerable(Of MLineStyleElement),
description As String
)
public:
MLineStyle(
String^ name,
IEnumerable<MLineStyleElement^>^ elements,
String^ description
)
new :
name : string *
elements : IEnumerable<MLineStyleElement> *
description : string -> MLineStyle
CONSTRUCTOR(
name AS STRING,
elements AS IEnumerable<MLineStyleElement>,
description AS STRING
)
Parameters
- name
- Type: SystemString
MLine style name. - elements
- Type: System.Collections.GenericIEnumerableMLineStyleElement
Elements of the multiline. - description
- Type: SystemString
MLine style description (optional).
See Also