ImageGear .NET - Updated October 26, 2017
CreateDGNFormat(String) Method




ImageGear23.Formats.Vector Assembly > ImageGear.Formats.DGN Namespace > ImGearDGN Class > CreateDGNFormat Method : CreateDGNFormat(String) Method
Path to a folder to load the native library from.
Creates an instance of DGN 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 CreateDGNFormat( _
   ByVal libraryPath As String _
) As IImGearFormat
 
'Usage
 
Dim libraryPath As String
Dim value As IImGearFormat
 
value = ImGearDGN.CreateDGNFormat(libraryPath)

Parameters

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

Return Value

An instance of DGN format.
See Also

Reference

ImGearDGN Class
ImGearDGN Members
Overload List
IImGearFormat Interface