Supported with:
- ArcView
- ArcEditor
- ArcInfo
Library dependencies: System, SystemUI, Geometry, Display, Server, Output, Geodatabase, GISClient, ArcWeb, DataSourcesFile, DataSourcesGDB, DataSourcesOleDB, DataSourcesRaster, DataSourcesNetCDF, GeoDatabaseDistributed, GeoDatabaseExtensions, Carto, NetworkAnalysis, Location, GeoAnalyst, Animation, Maplex, Geoprocessing, NetworkAnalyst, Schematic, SpatialAnalyst, 3DAnalyst, GlobeCore, Publisher, TrackingAnalyst, Framework, GeoDatabaseUI, DisplayUI, OutputUI, Catalog, CatalogUI, CartoUI, DataSourcesRasterUI, ArcCatalogUI, ArcCatalog, ArcMapUI, ArcMap, AnimationUI, Editor, GeoReferenceUI, EditorExt, LocationUIAdditional library information: Contents,
Object Model Diagram
The coclasses in the GeodatabaseDistributedUI library allow you to use the distributed geodatabase wizards and dialogs in your own applications. Interfaces that allow you to add custom functionality for some of the wizards are also provided.
Developers do not extend this library.
The objects that implement this functionality are grouped into a number of library subsystems. These library subsystems are:Replication and data extraction
The following coclasses allow you to use Distributed Geodatabase wizards in your applications. Each of these classes implements
IDisconnectedEditingUI, which has a method to display the wizard. Except for the
CreateReplicaUI and
SynchronizeReplicaUI coclasses, interfaces are also provided that let you obtain and set the values of controls on the wizards.
The checkout and check-in wizards are no longer available in the ArcMap or ArcCatalog user interface (UI). The coclasses are provided for backward compatibility.
The
ReplicaManager coclass allows you to display and manage the replica dialog for a specific geodatabase.
The
GeneralCOPropertyPage,
ReplicaDescriptionPage, and
SynchronizePage coclasses allow you to display property pages in a custom application. These property pages are displayed in the UI when you right-click a replica in the replica manager and choose properties. The
GeneralGDBPropertyPage coclass allows you to display the geodatabase general property page in a custom application. This property page contains general information about the geodatabase such as the geodatabase release.
The
DEProgressor coclass is the progress dialog that is displayed when you click Finish on either the create replica or the data extraction wizards. Using non-Visual Basic applications, this coclass can be associated with the CreateReplicaUI and DataExtractionUI coclasses to display the progress dialog when a create replica or data extraction is executed.
XML import and export
The
XMLExportUI,
XMLImportUI, and
XMLRecordsetLoader coclasses allow you to use the export XML recordset document, export XML workspace document, import XML workspace document, and import XML recordset document wizards in your application. Each of these coclasses have interfaces to obtain and set the values of controls on the wizards. Each also implements
ICommonWizardUI, which has a method to display the wizard.
Custom interfaces
The
ICustomCheckOutUI interface can be used to add a custom property page after the advanced panel in the create replica and check out wizards.