| Name | Description |
| AdditionalDisplayState | |
| AdditionalStateIconToolTipText | |
| Application | Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned. |
| BuiltIn | Specifies if the node is a standard Autodesk Inventor node or not. |
| DisplayState | |
| ExpandedIcon | Gets the expanded icon on a existing definition object. |
| Icon | Gets the icon on a existing definition object. |
| Label | Gets the label of the BrowserNode. |
| NativeObject | Gets the object in the context of the definition instead of the containing assembly. |
| OverrideExpandedIcon | |
| OverrideIcon | |
| OverrideStateIcon | |
| Parent | Gets the parent object from whom this object can logically be reached. |
| StateIconToolTipText | |
| ToolTipText | |
| Type | Returns an ObjectTypeEnum indicating this object's type. |
| 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. |