'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.