GrapeCity.Xaml.CalcEngine
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 Server 2012, Windows RT

See Also

Reference

CalcGraph Class
CalcGraph Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options