Nevron .NET Vision
Nevron.Diagram Namespace / NAggregateModel Class / GetChildByName Method / GetChildByName(String,Int32) Method
child name
index to start from


In This Topic
    GetChildByName(String,Int32) Method
    In This Topic
    Gets the first child element with the specified name
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Function GetChildByName( _
       ByVal name As System.String, _
       ByVal startIndex As System.Integer _
    ) As INDiagramElement
    'Usage
     
    
    Dim instance As NAggregateModel
    Dim name As System.String
    Dim startIndex As System.Integer
    Dim value As INDiagramElement
     
    value = instance.GetChildByName(name, startIndex)
    public virtual INDiagramElement GetChildByName( 
       System.string name,
       System.int startIndex
    )

    Parameters

    name
    child name
    startIndex
    index to start from

    Return Value

    child diagram element
    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