Spread Silverlight Documentation
GetNode(CalcIdentity) Method


GrapeCity.CalcEngine Namespace > CalcGraph Class : GetNode(CalcIdentity) Method
The id present the position.
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

Reference

CalcGraph Class
CalcGraph Members