Nevron .NET Vision
Nevron.Diagram.Templates Namespace / NFamilyTreeTemplate Class / CreateTemplate Method
document in which to create the template


In This Topic
    CreateTemplate Method (NFamilyTreeTemplate)
    In This Topic
    Overriden to create the family tree template
    Syntax
    'Declaration
     
    
    Protected Overrides Sub CreateTemplate( _
       ByVal document As NDrawingDocument _
    ) 
    'Usage
     
    
    Dim instance As NFamilyTreeTemplate
    Dim document As NDrawingDocument
     
    instance.CreateTemplate(document)
    protected override void CreateTemplate( 
       NDrawingDocument document
    )

    Parameters

    document
    document in which to create the template
    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