Each object that can appear in the information tree is derived from this interface (which are currently all of the objects except for the message objects). The IInfoTreeItem5 interface allows you to obtain details about the representation of objects in the Information Window. For example, you can find out the Information Tree item ID of the object (which can be used to set a new parent group for the object using the IInformationTree5::SetParent() method). Using the Information Tree item id, you can also find out in what group the particular object can be found and you can give the object a description, which appears in the Information Window.
Hierarchy:
ITerraExplorerObject5 |
|
Properties: |
ID, ObjectType, ClientData, KeepAliveOnRelease, ClientDataEx |
Methods: |
|
IInfoTreeItem5 |
|
Properties: |
Description, ExistInBasicTree, InfoTreeItemID, GroupName, SaveInFlyFile |