ImageGear .NET - Updated November 28, 2017
CreateDXFFormat(String) Method




ImageGear23.Formats.Vector Assembly > ImageGear.Formats.CAD Namespace > ImGearCAD Class > CreateDXFFormat Method : CreateDXFFormat(String) Method
Path to a folder to load the native library from.
Creates an instance of DXF format, using the specified library path.
Syntax
'Declaration
 
<PermissionSetAttribute(File="", 
   UnicodeEncoded=False, 
   Name="FullTrust", 
   XML="", 
   Hex="", 
   Action=SecurityAction.Demand Or  _
    SecurityAction.Assert, 
   Unrestricted=False)>
Public Overloads Shared Function CreateDXFFormat( _
   ByVal libraryPath As String _
) As IImGearFormat
 
'Usage
 
Dim libraryPath As String
Dim value As IImGearFormat
 
value = ImGearCAD.CreateDXFFormat(libraryPath)

Parameters

libraryPath
Path to a folder to load the native library from.

Return Value

An instance of DXF format.
See Also

Reference

ImGearCAD Class
ImGearCAD Members
Overload List
IImGearFormat Interface