Nevron .NET Vision
Nevron.Chart Namespace / NChartElement Class / GetElementFromUniqueId Method
unique id of the object


In This Topic
    GetElementFromUniqueId Method (NChartElement)
    In This Topic
    Obtains an context tree item from the specified unique id
    Syntax
    'Declaration
     
    
    Protected Function GetElementFromUniqueId( _
       ByRef uid As System.Guid _
    ) As INElement
    'Usage
     
    
    Dim instance As NChartElement
    Dim uid As System.Guid
    Dim value As INElement
     
    value = instance.GetElementFromUniqueId(uid)
    protected INElement GetElementFromUniqueId( 
       ref System.Guid uid
    )

    Parameters

    uid
    unique id of the object

    Return Value

    context tree item
    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