Nevron Open Vision Documentation
Nevron.Nov.Diagram.Formats Namespace / NGedcomDrawingFormat Class / LoadFamilyTreeLibraryFromFileAsync Method


In This Topic
    LoadFamilyTreeLibraryFromFileAsync Method
    In This Topic
    Loads the family tree library asynchronously from the given file and sets it to the FamilyTreeLibrary property of this drawing format. This method should be called only once.
    Syntax
    'Declaration
     
    
    Public Function LoadFamilyTreeLibraryFromFileAsync( _
       ByVal libraryFile As NFile _
    ) As NPromise(Of NUndefined)
    'Usage
     
    
    Dim instance As NGedcomDrawingFormat
    Dim libraryFile As NFile
    Dim value As NPromise(Of NUndefined)
     
    value = instance.LoadFamilyTreeLibraryFromFileAsync(libraryFile)
    public NPromise<NUndefined> LoadFamilyTreeLibraryFromFileAsync( 
       NFile libraryFile
    )

    Parameters

    libraryFile
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also