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