Nevron .NET Vision
Nevron.Diagram Namespace / NAggregateModel Class / GetChildByName Method / GetChildByName(String) Method
child name


In This Topic
    GetChildByName(String) 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 _
    ) As INDiagramElement
    'Usage
     
    
    Dim instance As NAggregateModel
    Dim name As System.String
    Dim value As INDiagramElement
     
    value = instance.GetChildByName(name)
    public virtual INDiagramElement GetChildByName( 
       System.string name
    )

    Parameters

    name
    child name

    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