Share

BrowserNode.AllReferencedNodes Method

Parent Object: BrowserNode

Description

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.

Syntax

BrowserNode.AllReferencedNodes( Definition As BrowserNodeDefinition ) As BrowserNodesEnumerator

Parameters

Name Type Description
Definition BrowserNodeDefinition Input BrowserNodeDefinition object to get the referenced nodes for.

Samples

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.

Version

Introduced in version 11

Was this information helpful?