![]() |
This document is archived and information here might be outdated. Recommended version. |
| ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Constants > E > esriReplicaType Constants (ArcObjects .NET 10.5 SDK) |
Describes the role of the replica.
| Constant | Value | Description |
|---|---|---|
| esriReplicaTypeChild | 1 | The replica has the role of child. |
| esriReplicaTypeParent | 2 | The replica has the role of parent. |
| esriCheckOutTypeChild | 4 | The check-out replica has the role of child. |
| esriCheckOutTypeParent | 8 | The check-out replica has the role of parent. |
| esriReplicaTypeAny | 15 | The replica has an undefined role. |
The esriReplicaType enumeration contains values which represent the different replica types. The IReplica::ReplicaRole property uses the esriReplicaType enumeration to indicate whether the replica is a single generation or multigeneration replica, and whether it is a parent or child replica.
The members of the enumeration are represented as follows: