'Declaration <PermissionSetAttribute("FullTrust")> Public Overloads Shared Function CreateCGMFormat( _ ByVal libraryPath As String _ ) As IImGearFormat
'Usage Dim libraryPath As String Dim value As IImGearFormat value = ImGearCGM.CreateCGMFormat(libraryPath)
[PermissionSet("FullTrust")] public static IImGearFormat CreateCGMFormat( string libraryPath )
[PermissionSet("FullTrust")] public: static IImGearFormat* CreateCGMFormat( string* libraryPath )
[PermissionSet("FullTrust")] public: static IImGearFormat^ CreateCGMFormat( String^ libraryPath )
Parameters
- libraryPath
- Path to a folder to load the native library from.
Return Value
An instance of CGM format.