Nevron .NET Vision
Nevron.Diagram.DataImport Namespace / NDataSourceImporter Class / ImportEdge Method


In This Topic
    ImportEdge Method
    In This Topic
    Imports an edge shape, which was created for the specified data record and raises the EdgeImported event
    Syntax
    'Declaration
     
    
    Protected Overridable Sub ImportEdge( _
       ByVal shape As NShape, _
       ByVal fromShape As NShape, _
       ByVal toShape As NShape, _
       ByVal dataRecord As INDataRecord _
    ) 
    'Usage
     
    
    Dim instance As NDataSourceImporter
    Dim shape As NShape
    Dim fromShape As NShape
    Dim toShape As NShape
    Dim dataRecord As INDataRecord
     
    instance.ImportEdge(shape, fromShape, toShape, dataRecord)
    protected virtual void ImportEdge( 
       NShape shape,
       NShape fromShape,
       NShape toShape,
       INDataRecord dataRecord
    )

    Parameters

    shape
    fromShape
    toShape
    dataRecord
    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