Nevron.Diagram Namespace / NLayer Class / GetDescendantFromId Method


In This Topic
    GetDescendantFromId Method (NLayer)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Function GetDescendantFromId( _
       ByVal id As System.Integer, _
       ByVal depth As System.Integer _
    ) As INElement
    'Usage
     
    
    Dim instance As NLayer
    Dim id As System.Integer
    Dim depth As System.Integer
    Dim value As INElement
     
    value = instance.GetDescendantFromId(id, depth)
    public virtual INElement GetDescendantFromId( 
       System.int id,
       System.int depth
    )

    Parameters

    id
    depth
    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