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. |
ChildNodes |
Property that returns a collection containing the child ContentTreeViewNode objects of this node. |
DisplayName |
Property that returns the display name of this node. This is the name that the end-user sees and is localized for different languages. |
Families |
Property that returns the set of families associated with this node. The collection returned may have a count of zero indicating there aren't any families associated with this node. |
FullTreeViewPath |
Property that provides the full path in the tree view for this node. For example, this can return 'Fasteners:Bolts:Countersunk:Oval Countersunk Head Metric Machine Screws' where a colon is used as the delimiter. |
Icon |
Property that returns the icon used for this node. |
InternalName |
Property that returns the internal name of this node. This will be consistent regardless of the language version of Inventor. |
ParentNode |
Property that returns the parent ContentTreeViewNode object. This property will return Nothing for the top node. |
Type |
Returns an ObjectTypeEnum indicating this object's type. |