Supported with:
Additional library information: Contents, Object Model Diagram
See the following sections for more information about this namespace:
- ArcView
- ArcEditor
- ArcInfo
Additional 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.
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 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.