Nevron.Diagram.Templates Namespace / NTemplate Class / Create Method


In This Topic
    Create Method (NTemplate)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Function Create( _
       ByVal document As NDrawingDocument _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NTemplate
    Dim document As NDrawingDocument
    Dim value As System.Boolean
     
    value = instance.Create(document)
    public virtual System.bool Create( 
       NDrawingDocument document
    )

    Parameters

    document
    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