Nevron .NET Vision
Nevron.Diagram.DataImport Namespace / NGraphDataSourceImporter Class / Import Method


In This Topic
    Import Method (NGraphDataSourceImporter)
    In This Topic
    Performs the import of the tree data structure
    Syntax
    'Declaration
     
    
    Public Overrides Function Import() As System.Boolean
    'Usage
     
    
    Dim instance As NGraphDataSourceImporter
    Dim value As System.Boolean
     
    value = instance.Import()
    public override System.bool Import()

    Return Value

    true if import succeeded, otherwise false
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also