Creates an instance of DXF format, using the specified library path.
'Declaration
<PermissionSetAttribute(File="",
UnicodeEncoded=False,
Name="FullTrust",
XML="",
Hex="",
Action=SecurityAction.Demand Or _
SecurityAction.Assert,
Unrestricted=False)>
Public Overloads Shared Function CreateDXFFormat( _
ByVal As String _
) As IImGearFormat
'Usage
Dim libraryPath As String
Dim value As IImGearFormat
value = ImGearCAD.CreateDXFFormat(libraryPath)
[PermissionSetAttribute(File="",
UnicodeEncoded=false,
Name="FullTrust",
XML="",
Hex="",
Action=SecurityAction.Demand |
SecurityAction.Assert,
Unrestricted=false)]
public static IImGearFormat CreateDXFFormat(
string
)
[PermissionSetAttribute(File="",
UnicodeEncoded=false,
Name="FullTrust",
XML="",
Hex="",
Action=SecurityAction.Demand |
SecurityAction.Assert,
Unrestricted=false)]
public: static IImGearFormat* CreateDXFFormat(
string*
)
[PermissionSetAttribute(File="",
UnicodeEncoded=false,
Name="FullTrust",
XML="",
Hex="",
Action=SecurityAction.Demand |
SecurityAction.Assert,
Unrestricted=false)]
public:
static IImGearFormat^ CreateDXFFormat(
String^
)
Parameters
- libraryPath
- Path to a folder to load the native library from.
Return Value
An instance of DXF format.