ArcObjects Library Reference (GeoDatabase)  

IEnumReplica.Next Method

Retreives the next replica in the enumeration sequence.

[Visual Basic .NET]
Public Function Next ( _
) As IReplica
[C#]
public IReplica Next (
);
[C++]
HRESULT Next(
  IReplica** Replica
);
[C++]

Parameters

Replica [out, retval]

  Replica is a parameter of type IReplica

Product Availability

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

See Also

IEnumReplica Interface