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


In This Topic
    CreateVertexShape Method (NGraphDataSourceImporter)
    In This Topic
    Creates a vertex shape for the specified data record
    Syntax
    'Declaration
     
    
    Protected Overridable Sub CreateVertexShape( _
       ByVal dataRecord As INDataRecord _
    ) 
    'Usage
     
    
    Dim instance As NGraphDataSourceImporter
    Dim dataRecord As INDataRecord
     
    instance.CreateVertexShape(dataRecord)
    protected virtual void CreateVertexShape( 
       INDataRecord dataRecord
    )

    Parameters

    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