GeoDatabaseDistributedUI


Supported with:
  • ArcGIS for Desktop Basic
  • ArcGIS for Desktop Standard
  • ArcGIS for Desktop Advanced
Library dependencies: Version, System, SystemUI, Geometry, GraphicsCore, Display, Server, Output, Geodatabase, GISClient, DataSourcesFile, DataSourcesGDB, DataSourcesOleDB, DataSourcesRaster, DataSourcesNetCDF, GeoDatabaseDistributed, GeoDatabaseExtensions, Carto, NetworkAnalysis, Location, GeoAnalyst, Animation, Maplex, Geoprocessing, NetworkAnalyst, Schematic, SpatialAnalyst, 3DAnalyst, GlobeCore, EngineCore, TrackingAnalyst, Framework, Desktop.Addins, GeoDatabaseUI, DisplayUI, OutputUI, Search, Catalog, CatalogUI, CartoUI, DataSourcesRasterUI, ArcCatalog, ArcCatalogUI, ArcMap, ArcMapUI, AnimationUI, Editor, GeoReferenceUI, EditorExt, LocationUI

Additional library information: Contents, Object Model Diagram

The coclasses in the GeodatabaseDistributedUI library allow you to use the distributed geodatabase wizards and dialog boxes 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.

See the following sections for more information about this namespace:

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.
Coclass Wizard
CreateReplicaUI Create Replica wizard
DataExtractionUI Data Extraction wizard
SynchronizeReplicaUI Synchronize Changes wizard
CheckOutUI Checkout wizard
CheckInUI Check-in wizard
DataChangesUI Export Data Changes Message wizard
ExportAcknowledgementUI Export Acknowledgement Message wizard
ReExportDataChangesUI Re-export Unacknowledged Messages wizard
ReplicaSchemaExportUI Export Replica Schema and Compare Replica Schema wizards
ReplicaSchemaImportUI Import Schema Changes wizard
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 box 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 box that's displayed when you click Finish on either the Create Replica wizard or the Data Extraction wizard. Using non-Visual Basic applications, this coclass can be associated with the CreateReplicaUI and DataExtractionUI coclasses to display the progress dialog box when 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 Checkout wizards.