ImageGear for .NET
CreateDWGFormat(String) Method




Path to a folder to load the native library from.
Creates an instance of DWG 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 CreateDWGFormat( _
   ByVal libraryPath As String _
) As IImGearFormat
'Usage
 
Dim libraryPath As String
Dim value As IImGearFormat
 
value = ImGearCAD.CreateDWGFormat(libraryPath)
[PermissionSetAttribute(File="", 
   UnicodeEncoded=false, 
   Name="FullTrust", 
   XML="", 
   Hex="", 
   Action=SecurityAction.Demand | 
    SecurityAction.Assert, 
   Unrestricted=false)]
public static IImGearFormat CreateDWGFormat( 
   string libraryPath
)
[PermissionSetAttribute(File="", 
   UnicodeEncoded=false, 
   Name="FullTrust", 
   XML="", 
   Hex="", 
   Action=SecurityAction.Demand | 
    SecurityAction.Assert, 
   Unrestricted=false)]
public: static IImGearFormat* CreateDWGFormat( 
   string* libraryPath
) 
[PermissionSetAttribute(File="", 
   UnicodeEncoded=false, 
   Name="FullTrust", 
   XML="", 
   Hex="", 
   Action=SecurityAction.Demand | 
    SecurityAction.Assert, 
   Unrestricted=false)]
public:
static IImGearFormat^ CreateDWGFormat( 
   String^ libraryPath
) 

Parameters

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

Return Value

An instance of DWG format.
See Also

Reference

ImGearCAD Class
ImGearCAD Members
Overload List
IImGearFormat Interface

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback