Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NDrawingMovePreview Class / GetChildAt Method
index


In This Topic
    GetChildAt Method (NDrawingMovePreview)
    In This Topic
    Gets the child node at the specified index
    Syntax
    'Declaration
     
    
    Public Overridable Function GetChildAt( _
       ByVal index As System.Integer _
    ) As INNode
    'Usage
     
    
    Dim instance As NDrawingMovePreview
    Dim index As System.Integer
    Dim value As INNode
     
    value = instance.GetChildAt(index)
    public virtual INNode GetChildAt( 
       System.int index
    )

    Parameters

    index
    index

    Return Value

    node at the specified index
    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