Nevron .NET Vision
Nevron.Diagram.Extensions Namespace / NClassImporter Class / Import Method
The type on the top of the class diagram.


In This Topic
    Import Method (NClassImporter)
    In This Topic
    Creates a class hieararchy diagram for the given type and all of its sub classes in its assembly.
    Syntax
    'Declaration
     
    
    Public Function Import( _
       ByVal type As System.Type _
    ) As NLayer
    'Usage
     
    
    Dim instance As NClassImporter
    Dim type As System.Type
    Dim value As NLayer
     
    value = instance.Import(type)
    public NLayer Import( 
       System.Type type
    )

    Parameters

    type
    The type on the top of the class diagram.

    Return Value

    Returns the newly created layer.
    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