Nevron .NET Vision
Nevron.Diagram Namespace / NMaster Class / CreateInstance Method / CreateInstance(NDrawingDocument,NPointF) Method
document in which to instance the master
center point of the instance in the drawing


In This Topic
    CreateInstance(NDrawingDocument,NPointF) Method
    In This Topic
    Creates an instance of this master in the active layer of the specified document
    Syntax
    'Declaration
     
    
    Public Overloads Function CreateInstance( _
       ByVal document As NDrawingDocument, _
       ByVal center As NPointF _
    ) As NNodeList
    'Usage
     
    
    Dim instance As NMaster
    Dim document As NDrawingDocument
    Dim center As NPointF
    Dim value As NNodeList
     
    value = instance.CreateInstance(document, center)
    public NNodeList CreateInstance( 
       NDrawingDocument document,
       NPointF center
    )

    Parameters

    document
    document in which to instance the master
    center
    center point of the instance in the drawing

    Return Value

    an array of the elements, which were added to the 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