Nevron .NET Vision
Nevron.Diagram.DataImport Namespace / NTreeDataSourceImporter Class / CreateEdgeShape Method


In This Topic
    CreateEdgeShape Method (NTreeDataSourceImporter)
    In This Topic
    Creates an edge shape which links the specified parent and child shapes
    Syntax
    'Declaration
     
    
    Protected Overridable Sub CreateEdgeShape( _
       ByVal parentShape As NShape, _
       ByVal childShape As NShape _
    ) 
    'Usage
     
    
    Dim instance As NTreeDataSourceImporter
    Dim parentShape As NShape
    Dim childShape As NShape
     
    instance.CreateEdgeShape(parentShape, childShape)
    protected virtual void CreateEdgeShape( 
       NShape parentShape,
       NShape childShape
    )

    Parameters

    parentShape
    childShape
    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