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


IGPReplicaDescription.Init Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IGPReplicaDescription.Init Method

Initializes the object from an existing replica.

[Visual Basic .NET]
Public Sub Init ( _
    ByVal Replica As IReplica _
)
[C#]
public void Init (
    IReplica Replica
);
[C++]
HRESULT Init(
  IReplica* Replica
);
[C++]

Parameters Replica [in]
Replica is a parameter of type IReplica

Product Availability

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

Remarks

Initialzes a GPReplicaDescription object from an existing Replica in the geodatabase. The object describes the data that has been replicated.

See Also

IGPReplicaDescription Interface