Init the replica from other replica.
[Visual Basic .NET] Public Sub Init ( _ ByVal otherReplica As IReplica _ )
[C#] public void Init ( IReplica otherReplica );
[C++]
HRESULT Init(
IReplica* otherReplica
);
[C++]Parameters
otherReplica [in]otherReplica is a parameter of type IReplica
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
The Init method allows you to initialize a new check-out based on another check-out. This method along with the IWorkspaceReplicasAdmin::RegisterReplica method can be used to create the meta-data for a new check-out. See the Duplicating Check-outs sample in the ArcObjects help for an example of where this can be used.