Spread WPF 17
GrapeCity.CalcEngine Namespace / CalcGraph Class / GetNode(CalcIdentity) Method
The id present the position.


In This Topic
    GetNode(CalcIdentity) Method
    In This Topic
    Gets the node stands the relationship for a position by id.
    Syntax
    'Declaration
     
    Public Function GetNode( _
       ByVal id As CalcIdentity _
    ) As CalcNode
    'Usage
     
    Dim instance As CalcGraph
    Dim id As CalcIdentity
    Dim value As CalcNode
     
    value = instance.GetNode(id)
    public CalcNode GetNode( 
       CalcIdentity id
    )

    Parameters

    id
    The id present the position.

    Return Value

    A CalcNode indicate the node. if there is not setting any nodes by invoke SetNode for id, return a null reference (Nothing in Visual Basic).
    See Also