Navigate to a child node of current navigation node | |
Syntax: | Boolean = object.NavToChild ( childNodeName ) |
Parameters: |
childNodeName As String -
|
Description: | CimView only. Navigates to a child
navigation node specified by the node name. Examples Sub GefScreen_NavToChild(nodeName as String) Dim oCimScr As GefScreen Set oCimScr = CimGetScreen oCimStr.NavToChild
nodeName End Sub |