TryGetNode

public bool TryGetNode(long id, out Node node) ;

Get the node of id

Parameter Name Description
id Node ID
node Found node

Returns true if the node exists. Otherwise returns false.