GefScreen.NavToNode (method)

Navigate to a node of given node path
Syntax: Boolean = object.NavToNode ( nodePath )
Parameters:
nodePath As String -
Description: CimView only. Navigates to a navigation node specified by the node path.

Examples

Sub GefScreen_NavToNode(nodePath as String)
    
    Dim oCimScr As GefScreen
    Set oCimScr = CimGetScreen
    oCimStr.NavToNode nodePath
    
End Sub