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


In This Topic
    LoadFamilyTreeLibraryFromStream Method
    In This Topic
    Loads the family tree library from the given stream and sets it to the FamilyTreeLibrary property of this drawing format. This method should be called only once.
    Syntax
    'Declaration
     
    
    Public Sub LoadFamilyTreeLibraryFromStream( _
       ByVal stream As System.IO.Stream _
    ) 
    'Usage
     
    
    Dim instance As NGedcomDrawingFormat
    Dim stream As System.IO.Stream
     
    instance.LoadFamilyTreeLibraryFromStream(stream)
    public void LoadFamilyTreeLibraryFromStream( 
       System.IO.Stream stream
    )

    Parameters

    stream
    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