Nevron Open Vision Documentation
Nevron.Nov.Diagram.Formats Namespace / NDrawingFormat Class / Gedcom Property


In This Topic
    Gedcom Property
    In This Topic
    Genealogical Data Communication (GEDCOM) data format. It is used for exchanging genealogical data between different genealogy software, for example, for family trees. To be able to import GEDCOM files, first set the FamilyTreeLibrary property to a family tree library or use the NGedcomDrawingFormat.LoadFamilyTreeLibraryFromFileAsync or the NGedcomDrawingFormat.LoadFamilyTreeLibraryFromStream method to load a family tree library from a file or a stream.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property Gedcom As NGedcomDrawingFormat
    'Usage
     
    
    Dim value As NGedcomDrawingFormat
     
    value = NDrawingFormat.Gedcom
    public static NGedcomDrawingFormat Gedcom {get;}
    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