Method that returns all browser nodes referencing the specified BrowserNodeDefinition below this BrowserNode. For instance, in the case of a shared sketch, two browser nodes reference the same definition.
| Name | Type | Description |
| Definition | BrowserNodeDefinition | Input BrowserNodeDefinition object to get the referenced nodes for. |
| Name | Description |
| Navigation between browser and data | This sample demonstrates the navigation between a browser node and it's corresponding data model object and vice versa. This sample creates a work plane, finds its browser node and gets the work plane object back from the browser node. |