This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IT > ITOCBuddy2 Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members that control the TOC buddy.
The ITOCBuddy2 interface provides additional members for tasks related to when the ITOCControl::Buddy is a GlobeControl or a custom control using GlobeLayer objects.
Description | ||
---|---|---|
GetActiveView | Returns the underlying object implementing basic map and ActiveView. This is used to populate the TOC. | |
GetScale | Returns the scale of the supplied BasicMap, this allows for objects that do not support IMap. | |
IsLayerValid | The TOCControl calls this method to ask the buddy if a layer is fully cached and valid if it cannot determine this on its own. | |
IsLayerVisibleAtScale | The TOCControl calls this method to ask the buddy if a layer is visible at the specified scale. | |
LayerVisibilityChanged | The TOCControl calls this method to instruct the buddy that layer visibility has changed. |
Interfaces | Description |
---|---|
ITOCBuddy | Provides access to members that control the TOC buddy. |
CoClasses and Classes | Description |
---|---|
GlobeControl | Esri GlobeControl |