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


In This Topic
    GetDescendantFromUniqueId Method (NUmlMethod)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetDescendantFromUniqueId( _
       ByVal uid As System.Guid, _
       ByVal depth As System.Integer _
    ) As INElement
    'Usage
     
    
    Dim instance As NUmlMethod
    Dim uid As System.Guid
    Dim depth As System.Integer
    Dim value As INElement
     
    value = instance.GetDescendantFromUniqueId(uid, depth)
    public INElement GetDescendantFromUniqueId( 
       System.Guid uid,
       System.int depth
    )

    Parameters

    uid
    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