Nevron .NET Vision
Nevron.Diagram.Shapes Namespace / NShapesFactory Class / CreateLibrary Method


In This Topic
    CreateLibrary Method
    In This Topic
    Creates a new library document, which contians a master for each shape which the factory can produce
    Syntax
    'Declaration
     
    
    Public Overridable Function CreateLibrary() As NLibraryDocument
    'Usage
     
    
    Dim instance As NShapesFactory
    Dim value As NLibraryDocument
     
    value = instance.CreateLibrary()
    public virtual NLibraryDocument CreateLibrary()
    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