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