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


In This Topic
    Create Method (NTemplate)
    In This Topic
    Creates the template in the specified document
    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
    document in which to create the template

    Return Value

    true if the template was successfully created, otherwise false
    Remarks
    This method will call the CreateTemplate method. The call will be embraced in a transaction with the specified TransactionDescription
    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