Share

ClientNodeResource Object


Description

This object is accessible through the BrowserPane. But it is in fact, just the one associated with the Document. In other words, all of the ClientNodeResource objects that are used inside the various BrowserPanes of this Document are to be found here.

Methods

Name Description
Delete Method that gets rid of this object. If it is being used currently by some node definition object, the method fails.

Properties

Name Description
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.
ClientId Property returning the string identifier that stood for the client or AddIn that was supplied during the creation of this resource.
DisabledIconName Gets and sets the icon name to be used when the associated data model object becomes disabled.
ExpandedDisabledIconName Gets and sets the expanded icon name to be used when the associated data model objects becomes disabled.
ExpandedInvisibleIconName Gets and sets the expanded icon name to be used when the associated data model object becomes invisible.
ExpandedSuppressedIconName Gets and sets the expanded icon name to be used when the associated data model object becomes suppressed.
GroundedDisabledIconName Gets and sets the icon name to be used when the associated data model object becomes grounded and disabled.
GroundedIconName Gets and sets the icon name to be used when the associated data model object becomes grounded.
GroundedInvisibleIconName Gets and sets the icon name to be used when the associated data model object becomes grounded and invisible.
GroundedSuppressedIconName Gets and sets the icon name to be used when the associated data model object becomes grounded and suppressed.
IconName Gets and sets picture name associated with a ClientNodeResource object.
Id Property returning the integer identifier that was supplied during the creation of this resource.
InvisibleIconName Gets and sets the icon name to be used when the associated data model object becomes invisible.
Parent Property that returns the parent of this object. Though this document is reachable from the BrowserPane out of convenience, it's true parent is the Document itself. That is, this object is not BrowserPane specific, rather, it has its scope or influence across all BrowserPanes (of the TreeBrowser kind).
SuppressedIconName Gets and sets the icon name to be used when the associated data model object becomes suppressed.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

ClientBrowserNodeDefinition.ExpandedIcon, ClientBrowserNodeDefinition.Icon, ClientNodeResources.AddNodeResource, ClientNodeResources.Item, ClientNodeResources.ItemById, NativeBrowserNodeDefinition.OverrideExpandedIcon, NativeBrowserNodeDefinition.OverrideIcon, NativeBrowserNodeDefinition.OverrideStateIcon

Version

Introduced in version 8

Was this information helpful?