This document is archived and information here might be outdated.  Recommended version.


GxFilterGlobeDatasets Class (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCoreUI > ESRI.ArcGIS.GlobeCoreUI > Classes > G > GxFilterGlobeDatasets Class
ArcGIS Developer Help

GxFilterGlobeDatasetsClass Class

A filter for datasets compatible with Globe container.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Interfaces

Interfaces Description
IGxObjectFilter (esriCatalog) Provides access to members that defines a GxObject filter.
IGxSceneFilter (esri3DAnalystUI) Provides access to members that filter data for the scene.

Remarks

The IGxObjectFilter interface provides access to members that defines a GxObject filter to filter datasets for use in globe. The IGxSceneFilter interface provides access to members for initializing the 3D filters. To achieve this, the IGxSceneFilter::Scene property needs to be set to the current scene.

As of ArcGIS 9.0, TIN datasets are not supported in ArcGlobe. For this reason, when a TIN dataset is passed in as a GxObject to any of the following methods - IGxObjectFilter::CanChooseObject, IGxObjectFilter::CanDisplayObject, and IGxObjectFilter::CanSaveObject, a boolean = False is returned. For datasets which can be used in globe, these method return a boolean = True.