Nevron .NET Vision
Nevron.Diagram Namespace / NLibraryDocument Class / QueryNextName Method
element for which to obtain unique name


In This Topic
    QueryNextName Method (NLibraryDocument)
    In This Topic
    Queries for the next unique name, which will be assigned to the specified element if it is inserted to this composite
    Syntax
    'Declaration
     
    
    Public Overridable Function QueryNextName( _
       ByVal element As INDiagramElement _
    ) As System.String
    'Usage
     
    
    Dim instance As NLibraryDocument
    Dim element As INDiagramElement
    Dim value As System.String
     
    value = instance.QueryNextName(element)
    public virtual System.string QueryNextName( 
       INDiagramElement element
    )

    Parameters

    element
    element for which to obtain unique name

    Return Value

    unique name
    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