Nevron .NET Vision
Nevron.Diagram.DataStructures Namespace / NGraphPartContainer Class / GetPartById Method
graph part id


In This Topic
    GetPartById Method
    In This Topic
    Gets the graph part by its id
    Syntax
    'Declaration
     
    
    Public Function GetPartById( _
       ByVal id As System.Integer _
    ) As NGraphPart
    'Usage
     
    
    Dim instance As NGraphPartContainer
    Dim id As System.Integer
    Dim value As NGraphPart
     
    value = instance.GetPartById(id)
    public NGraphPart GetPartById( 
       System.int id
    )

    Parameters

    id
    graph part id

    Return Value

    graph part, or null if there is no part with this id
    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