GetLocalNode method: Session class
Syntax
GetLocalNode()
Description
Use the GetLocalNode method to return a reference to the node defined as the local node for this session.
Parameters
None.
Returns
A reference to a node object if successful, Null otherwise.
Example
&Node = %Session.GetLocalNode();
Related Topics