'Declaration <PermissionSetAttribute("FullTrust")> 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("FullTrust")] public static IImGearFormat CreateU3DFormat( string libraryPath )
[PermissionSet("FullTrust")] public: static IImGearFormat* CreateU3DFormat( string* libraryPath )
[PermissionSet("FullTrust")] 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.