Converts a specified graphic metafile to a specified DXF file.
Namespace:
CADImport.Export.MetaExport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Function ConvertToDXF( _ ByVal fromFile As String, _ ByVal outFileName As String, _ ByVal unitSize As Single _ ) As Boolean |
Parameters
-
fromFile
-
Type: string
A name of the input graphic metafile.
-
outFileName
-
Type: string
A name of the output DXF file.
-
unitSize
-
Type: float
A unit size for the export.
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also