ConvertSVG2DXF
FunctionSyntax:
Public Function ConvertSVG2DXF(sSVGFile As String, sDXFFile As String) As BooleanConverts an SVG file to a DXF file.
| Parameter | Description |
|---|---|
| sSVGFile | Path to the SVG input file. |
| sDXFFile | Path where the DXF output file should be written. |
Returns True when conversion completes successfully and False when validation fails or conversion cannot complete.