ImageGear .NET - Updated
CreateU3DFormat(String) Method




ImageGear24.Formats.Vector Assembly > ImageGear.Formats.U3D Namespace > ImGearU3D Class > CreateU3DFormat Method : CreateU3DFormat(String) Method
Path to a folder to load the native library from.
Creates an instance of U3D 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 CreateU3DFormat( _
   ByVal libraryPath As String _
) As IImGearFormat
'Usage
 
Dim libraryPath As String
Dim value As IImGearFormat
 
value = ImGearU3D.CreateU3DFormat(libraryPath)
[PermissionSet(File="", 
   UnicodeEncoded=false, 
   Name="FullTrust", 
   XML="", 
   Hex="", 
   Action=SecurityAction.Demand | 
    SecurityAction.Assert, 
   Unrestricted=false)]
public static IImGearFormat CreateU3DFormat( 
   string libraryPath
)
[PermissionSet(File="", 
   UnicodeEncoded=false, 
   Name="FullTrust", 
   XML="", 
   Hex="", 
   Action=SecurityAction.Demand | 
    SecurityAction.Assert, 
   Unrestricted=false)]
public: static IImGearFormat* CreateU3DFormat( 
   string* libraryPath
) 
[PermissionSet(File="", 
   UnicodeEncoded=false, 
   Name="FullTrust", 
   XML="", 
   Hex="", 
   Action=SecurityAction.Demand | 
    SecurityAction.Assert, 
   Unrestricted=false)]
public:
static IImGearFormat^ CreateU3DFormat( 
   String^ libraryPath
) 

Parameters

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

Return Value

An instance of U3D format.
See Also

Reference

ImGearU3D Class
ImGearU3D Members
Overload List
IImGearFormat Interface