Spread Silverlight Documentation
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).
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

CalcGraph Class
CalcGraph Members

 

 


Copyright © GrapeCity, inc. All rights reserved.