Nevron .NET Vision
Nevron.Diagram Namespace / NUmlMethod Class / GetDescendantFromId Method


In This Topic
    GetDescendantFromId Method (NUmlMethod)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetDescendantFromId( _
       ByVal id As System.Integer, _
       ByVal depth As System.Integer _
    ) As INElement
    'Usage
     
    
    Dim instance As NUmlMethod
    Dim id As System.Integer
    Dim depth As System.Integer
    Dim value As INElement
     
    value = instance.GetDescendantFromId(id, depth)
    public 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