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


IEnumReplica Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IEnumReplica Interface
ArcGIS Developer Help

IEnumReplica Interface

Provides access to members that enumerate through replica objects.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Method Next Retreives the next replica in the enumeration sequence.
Method Reset Resets the enumeration sequence to the beginning.

Classes that implement IEnumReplica

Classes Description

Remarks

Use IEnumReplica to cycle through replicas in a workspace.

Objects of this type are created through the IWorkspaceReplicas::Replicas property. The enumerator contains a set of IReplica objects.