TryGetNode

TryGetNode(long, out Node)

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

Description

Get the node of id

Parameters

Parameter Name Description
id Node ID
node Found node

Returns

Returns true if the node exists. Otherwise returns false.