Nevron .NET Vision
Nevron.Diagram.Extensions Namespace / NClassImporter Class / NClassImporter Constructor
Document assosiated with the class hierarchy importer (cannot be null).


In This Topic
    NClassImporter Constructor
    In This Topic
    Constructs a class hierarchy importer object associated with the specified document.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal document As NDrawingDocument _
    )
    'Usage
     
    
    Dim document As NDrawingDocument
     
    Dim instance As New NClassImporter(document)
    public NClassImporter( 
       NDrawingDocument document
    )

    Parameters

    document
    Document assosiated with the class hierarchy importer (cannot be null).
    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