MLineStyle Constructor (String, 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,
string description
)
Public Sub New (
name As String,
description As String
)
public:
MLineStyle(
String^ name,
String^ description
)
new :
name : string *
description : string -> MLineStyle
CONSTRUCTOR(
name AS STRING,
description AS STRING
)
Parameters
- name
- Type: SystemString
MLine style name. - description
- Type: SystemString
MLine style description.
Remarks By default the multiline style has to elements with offsets 0.5 y -0.5.
See Also