MLineStyleElement Constructor (Double)
|
Initializes a new instance of the MLineStyleElement class.
Namespace:
DXFReaderNET.Objects
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public MLineStyleElement(
double offset
)
Public Sub New (
offset As Double
)
public:
MLineStyleElement(
double offset
)
new :
offset : float -> MLineStyleElement
CONSTRUCTOR(
offset AS REAL8
)
Parameters
- offset
- Type: SystemDouble
Element offset.
See Also